This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RequestCounter/templates/index.html
T

13 lines
894 B
HTML
Raw Normal View History

2022-02-03 20:02:38 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2022-02-06 13:02:11 +08:00
<svg width="360" height="50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Flask Counter - {{ title }}</title>
2022-02-05 16:45:35 +08:00
<g>
2022-02-05 18:06:16 +08:00
<image x="0" y="0" width="45" height="50" xlink:href="{{ svg_img_0 }}"></image>
<image x="45" y="0" width="45" height="50" xlink:href="{{ svg_img_1 }}"></image>
<image x="90" y="0" width="45" height="50" xlink:href="{{ svg_img_2 }}"></image>
<image x="135" y="0" width="45" height="50" xlink:href="{{ svg_img_3 }}"></image>
<image x="180" y="0" width="45" height="50" xlink:href="{{ svg_img_4 }}"></image>
<image x="225" y="0" width="45" height="50" xlink:href="{{ svg_img_5 }}"></image>
<image x="270" y="0" width="45" height="50" xlink:href="{{ svg_img_6 }}"></image>
2022-02-06 13:02:11 +08:00
<image x="315" y="0" width="45" height="50" xlink:href="{{ svg_img_7 }}"></image>
2022-02-05 16:45:35 +08:00
</g></svg>