mirror of
https://github.com/supleed2/udlink-docs.git
synced 2024-12-22 06:05:50 +00:00
Add request count element
This commit is contained in:
parent
c0c99d3c82
commit
2ef06644f2
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
15
index.html
15
index.html
|
@ -48,6 +48,21 @@
|
|||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<svg width="201" height="20" role="img">
|
||||
<clipPath id="r">
|
||||
<rect width="201" height="20" rx="10" fill="#fff" />
|
||||
</clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="152" height="20" fill="#555" />
|
||||
<rect x="152" width="49" height="20" fill="#2ae9ff" />
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
|
||||
text-rendering="geometricPrecision" font-size="110">
|
||||
<image x="5" y="3" width="14" height="14" xlink:href="/favicon.png" />
|
||||
<text x="855" y="140" transform="scale(.1)" fill="#fff" textLength="1250">Total Requests Served</text>
|
||||
<text id="request-count" x="1755" y="140" transform="scale(.1)" fill="#333" textLength="390">0</text>
|
||||
</g>
|
||||
</svg>
|
||||
<div class="collapsible-container">
|
||||
<span class="collapsible-text">Options</span>
|
||||
<button class="collapsible">
|
||||
|
|
Loading…
Reference in a new issue