-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
39 lines (35 loc) · 1.33 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
<html>
<head>
<style>
@font-face {
font-family: 'space';
src: URL('/assets/fonts/space-silhouette-font-regular.ttf') format('truetype');
}
html, body, canvas {
height: 100%;
width: 100%;
margin: 0;
color: #FAFF00;
background: url(/assets/images/background-image.png);
font-family: 'Russo One', sans-serif;
font-size: 1.6rem;
overflow: hidden;
}
canvas{
margin-top: 80px;
}
</style>
<link rel="stylesheet" href="/style/levelMenu.css">
<link rel="stylesheet" href="/style/pauseMenu.css">
<link rel="stylesheet" href="/style/aboutMenu.css">
<link rel="stylesheet" href="/style/TopMenu.css">
<link rel="stylesheet" href="/style/startmenu.css">
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/p5@1.1.9/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.0/lib/addons/p5.sound.js"></script>
<script src="build/bundle.js"></script>
</head>
<body>
<!-- Code injected via JavaScript -->
</body>
</html>