-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 1.55 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
40
41
42
43
44
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vibes Ahead</title>
<style>
body {
padding: 0;
margin: 0;
}
</style>
<script src="../libs/p5.js"></script>
<script src="../addons/p5.sound.min.js"></script>
<script src="src/sketch.js"></script>
<script src="src/menu.js"></script>
<script src="src/score_board.js"></script>
<script
async
src="https://ackee.icedcoffee.dev/ackee.js"
data-ackee-server="https://ackee.icedcoffee.dev"
data-ackee-domain-id="5505d37a-6027-4630-b294-aa24c052da57"
></script>
<link rel="stylesheet" href="index.css" type="text/css" />
<link rel="icon" type="image/png" href="res/favicon.png"/>
<meta property="og:title" content="Vibes Ahead">
<meta property="og:description" content="2020 CSS Game Jam Game by Bogdan Dumitrescu, Daniel Jones, and Tymoteusz Suszczynski.">
<meta property="og:image" content="https://vibes.danjones.dev/res/social.jpg">
<meta property="og:url" content="https://vibes.danjones.dev">
<meta name="twitter:title" content="Vibes Ahead">
<meta name="twitter:description" content="2020 CSS Game Jam game by Bogdan Dumitrescu, Daniel Jones, and Tymoteusz Suszczynski.">
<meta name="twitter:image" content="https://vibes.danjones.dev/res/social.jpg">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<h1 id="title" class="glow">Vibes Ahead</h1>
<p id="score-label">Score: <span id="score-val">0</span></p>
<main>
</main>
</body>
</html>