Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bonezegei authored Aug 21, 2023
1 parent 4ba394b commit 2cb5a82
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions src/extra/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="74"
height="20"
role="img"
aria-label="Samples: 0"
>
<title>Samples: 0</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1" />
<stop offset="1" stop-opacity=".1" />
</linearGradient>
<clipPath id="r">
<rect width="74" height="20" rx="3" fill="#fff" />
</clipPath>
<g clip-path="url(#r)">
<rect width="57" height="20" fill="#555" />
<rect x="57" width="17" height="20" fill="#fe7d37" />
<rect width="74" height="20" fill="url(#s)" />
</g>
<g
fill="#fff"
text-anchor="middle"
font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
text-rendering="geometricPrecision"
font-size="110"
>
<text
aria-hidden="true"
x="295"
y="150"
fill="#010101"
fill-opacity=".3"
transform="scale(.1)"
textLength="470"
>
Samples
</text>
<text x="295" y="140" transform="scale(.1)" fill="#fff" textLength="470">
Samples
</text>
<text
aria-hidden="true"
x="645"
y="150"
fill="#010101"
fill-opacity=".3"
transform="scale(.1)"
textLength="70"
>
0
</text>
<text x="645" y="140" transform="scale(.1)" fill="#fff" textLength="70">
0
</text>
</g>
</svg>

0 comments on commit 2cb5a82

Please sign in to comment.