Init
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user