-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (59 loc) · 2.57 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Timmothy's Boredom</title>
<link rel="icon" type="image/x-icon" href="/images/favicon-32x32.png">
<link rel="stylesheet" href="styles/editboxes.css">
<link rel="stylesheet" href="styles/nav.css">
<link href="https://fonts.googleapis.com/css2?family=Nabla&family=Ubuntu:wght@500&display=swap" rel="stylesheet">
<!-- Page counter font -->
<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:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div class="nav-wrapper">
<div class="icon">
<img src="images/notes-logo.webp">
</div>
<div class="page-title">
Timmohty's Boredom
</div>
<!-- Page counters START -->
<div class="visit-counters-wrapper">
<div class="visit-counters">
<div class="unique-visitors-counter-wrapper">
<div class="unique-visits-counter-text">
Unique Visitors
</div>
<div class="unique-visitors-counter">
<!-- hitwebcounter (unique visiters) Code START -->
<a href="https://www.hitwebcounter.com" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=8088664&style=0024&nbdigits=2&type=ip&initCount=0" title="Unique Visitors" Alt="web counter" border="0" /></a>
</div>
</div>
<div class="total-visits-counter-wrapper">
<div class="total-visits-counter-text">
Total Visits
</div>
<div class="total-visits-counters">
<!-- hitwebcounter (Total Visits) Code START -->
<a href="https://www.hitwebcounter.com" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=8088665&style=0024&nbdigits=4&type=page&initCount=0" title="Free Counter" Alt="web counter" border="0" /></a>
</div>
</div>
</div>
</div>
<!-- Page counters END -->
<div class="links-wrapper">
<div class="link"><a href="notes.html">Notes</a></div>
<!--
<div class="link"><a>Coming Soon...</a></div>
<div class="link"><a>Coming Soon...</a></div>
<div class="link"><a>Coming Soon...</a></div>
-->
</div>
</div>
<script src="script.js"></script>
</body>
</html>