-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (65 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href=""/>
<title>Pulsus Korean (or is it?) Server</title>
<link rel="stylesheet" href="style.css"/>
<script src="kids.js"></script>
<script src="leaderboards.js"></script>
<script src="main.js" defer></script>
</head>
<body>
<span style="position:sticky;font-size:10px;top:0;color:#FFFFFF80;">Last updated Aug 23 2024 - Bye bye foresight</span>
<center>
<h1>Welcome to the Pulsus Korean <s>Private</s> Public Server!</h1><span style="font-size:8px;">is this really korean?</span><br>
You can join the Discord <a href="https://discord.gg/qhDEGuJAHX">here!</a><br>
<h3>Awarded Maps</h3><br>
<table id="awardedMapsTable">
<tr>
<th>ID</th>
<th>Title</th>
<th>Author</th>
<th>Difficulty</th>
<th>Skillset</th>
<th>Notes</th>
</tr>
</table><br><br>
<h3 id="mapLeaderboardText">Map Leaderboard</h3><br>
<table id="mapLeaderboardTable">
<tr>
<th>Rank</th>
<th>User</th>
<th>Accuracy</th>
<th>Pulse</th>
<th>Mods</th>
</tr>
</table><br><br><br>
<h3>Leaderboard</h3><br>
<table id="leaderboardTable">
<tr>
<th>Rank</th>
<th>User</th>
<th>Pulse</th>
<th>Top Play</th>
</tr>
</table><br><br><br>
<h2 id="userProfileText">User Profile:</h2>
<div class="container" style="text-align:left;">
<div class="profilePic" id="profilePic">hi</div>
<div class="info" id="profileInfo"><h2>User - #?</h2><br>Pulse: 0p</div>
<div class="scores" id="profileScores">
<table>
<tr>
<th>Map</th>
<th>Difficulty</th>
<th>Accuracy</th>
<th>Pulse</th>
<th>Mods</th>
</tr>
</table>
</div>
</div>
</center>
</body>
</html>