-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisits.html
25 lines (25 loc) · 932 Bytes
/
visits.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
<html>
<head>
<title>Bit.ly</title>
<link rel="icon" href="/assets/favicon.png" type="image/png"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<link href="/assets/style.css" rel="stylesheet"/>
</head>
<body>
<main>
<div id="h-div">
<h1>
<span style="color: rgb(83,131,236);">V</span>
<span style="color: rgb(216,81,64);">i</span>
<span style="color: rgb(241,191,66);">s</span>
<span style="color: rgb(83,131,236);">i</span>
<span style="color: rgb(88,166,92);">t</span>
<span style="color: rgb(216,81,64);">o</span>
<span style="color: rgb(241,191,66);">r</span>
<span style="color: rgb(83,131,236);">#</span>
<span style="color: rgb(216,81,64);">{{ visitCount }}</span>
</h1>
</div>
</main>
</body>
</html>