-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive-sub-count.html
21 lines (21 loc) · 1011 Bytes
/
live-sub-count.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<!-- TheCoolDoggo 2024 -->
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The offical website for @TheCoolDoggo, a fortnite content creator.">
<title>TheCoolDoggo Studios - Live Sub Count</title>
<link rel="shortcut icon" href="images/favicon.webp" type="image/png">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://api.fonts.coollabs.io">
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin>
<link href="https://api.fonts.coollabs.io/css2?family=Oswald:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<header class="header" style="display: block;">
<img class="pfp" src="images/dogpfp.webp" alt="Profile Picture" style="display: block;">
<span class="subcount" id="subCount">800+</span> subscribers <style>.subcount{font-size: 57px;}</style>
</header>
</body>
<script src="main.js"></script>
</html>