-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.31 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=0.35" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>TF2Stats.com - Live Bot Tracker</title>
</head>
<body>
<h1><span class="lighter">TF2Stats.com</span> | Live Bot Tracker</h1>
<div class="meter-box">
<img class="svg-back" src="img/meter2_background.svg" />
<img class="svg-needle" src="img/meter2_needle.svg" />
<img class="svg-fore" src="img/meter2_foreground.svg" />
</div>
<p class="meter-text left">No Bots</p>
<p class="meter-text right">Oops! All Bots</p>
<p class="bottom">
It should go without saying, but this isn't really live tracking because
there's no point in doing so; The gauge would always look the same as it
does now. Please Valve, do something to fix this sad situation.<br />The
game deserves better. <br />
-
<a href="https://steamcommunity.com/id/JonFriendlyFox/"
>Jon the Friendly Fox</a
>
</p>
</body>
</html>