-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 899 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>pp counter lol</title>
<link href="css/counter.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@csstools/[email protected]/evergreen.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
</head>
<body>
<div id="counter" class="animated">
<span id="pp">0</span>
<span id="hundred-count">0</span>
<span id="fifty-count">0</span>
<span id="miss-count">0</span>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/reconnecting-websocket-iife.min.js"></script>
<script src="js/socket.js"></script>
</body>
</html>