-
Notifications
You must be signed in to change notification settings - Fork 0
/
rankingmenu.html
37 lines (37 loc) · 1.39 KB
/
rankingmenu.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
<!DOCTYPE html>
<html>
<head>
<title> Filthy Phil - Ranking </title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../Css/rankingmenu.css">
<script type="text/javascript" src="../Javascript/rankingmenu.js"></script>
</head>
<body>
<div class = "mainDiv">
<div class = "textDiv">
<p class = "title"> RANKING </p>
<div class = "highscoreDiv">
<div id='highscoreText1' class = "highscoreText"></div>
<div id='highscoreText2' class = "highscoreText"></div>
<div id='highscoreText3' class = "highscoreText"></div>
<div id='highscoreText4' class = "highscoreText"></div>
<div id='highscoreText5' class = "highscoreText"></div>
<div id='highscoreText6' class = "highscoreText"></div>
<div id='highscoreText7' class = "highscoreText"></div>
<div id='highscoreText8' class = "highscoreText"></div>
<div id='highscoreText9' class = "highscoreText"></div>
<div id='highscoreText10' class = "highscoreText"></div>
</div>
</div>
<nav>
<audio src="../Assets/The-Ant-Hill-Gang-Goes-West.mp3" loop="true">
Your browser does not support the audio element.
</audio>
<audio src="../Assets/mouseover.wav">
Your browser does not support the audio element.
</audio>
<button id="backBtn" class = "backButton" onmouseover="mouseoverplay()"><img src = "../Assets/backbutton.png"/button>
</nav>
</div>
</body>
</html>