-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
20 lines (18 loc) · 901 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>Academicus Vestibus</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="resources/textures/icon/UC.png" type="image/png">
<link rel="stylesheet" type="text/css" href="resources/css/font.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<script type="text/javascript" src="resources/code/other/main.js" defer="true"></script>
</head>
<body>
<iframe id="mainFrame"></iframe>
<audio id="music0" autoplay=true><source src="resources/sounds/music0.mp3" type="audio/mpeg"></audio>
<audio id="music1" ><source src="resources/sounds/music1.mp3" type="audio/mpeg"></audio>
<audio id="music2"><source src="resources/sounds/music2.mp3" type="audio/mpeg"></audio>
<audio id="music3"><source src="resources/sounds/music3.mp3" type="audio/mpeg"></audio>
</body>
</html>