This commit is contained in:
ahaas25
2025-02-23 23:21:00 -05:00
parent bcade66f5d
commit d4bf160271
9 changed files with 10990 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Typing Test</title>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="hud">
<%- include('topbar.ejs')%>
</div>
<div class="centered-text">
<h1>Leaderboard</h1>
</div>
</body>
</html>
<script>
themePage();
</script>