-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstats.html
More file actions
42 lines (40 loc) · 1.28 KB
/
Copy pathstats.html
File metadata and controls
42 lines (40 loc) · 1.28 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
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>Stats</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/ce059f7ba1.js"
crossorigin="anonymous"
></script>
</head>
<body style="padding:15px;">
<h2>
strangestuff's stats
</h2>
<p>
This site has
<!--# views -->
views and
<!--# followers -->
followers.
</p>
<p>
It has been updated
<!--# updates -->
times.
</p>
<p>Index Last Updated: <!--# flastmod file="index.html" fmt="%A, %B %dd, %Y at %hh:%mm %p" timezone="America/New_York" --></p>
<p>Index Current Size: <!--# fsize file="index.html" unit="kb" format="true" --> kb</p>
</body>
</html>