-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Lagos Sector</title>
<link rel="stylesheet" href="assets/styles/game.scss">
</head>
<body draggable="false">
<splash-screen>
<logo>
__ _____ __
/ / ____ _____ _____ _____ / ___/___ _____/ /_____ _____
/ / / __ `/ __ `/ __ \/ ___/ \__ \/ _ \/ ___/ __/ __ \/ ___/
/ /___/ /_/ / /_/ / /_/ (__ ) ___/ / __/ /__/ /_/ /_/ / /
/_____/\__,_/\__, /\____/____/ /____/\___/\___/\__/\____/_/
/____/
</logo>
<button class="start-game">Play</button>
<authorship>
An open source game built with <a href="https://github.com/xethya" target="_blank">Xethya</a> - Check out the code at <a href="https://github.com/joelalejandro/lagos-sector" target="_blank">github.com/joelalejandro/lagos-sector</a><br>
Sprites by wuhu, Bonsaiheldin, Rawdanitsu - Sounds by dklon, Kenney - Music by maxstack - Typeface by Peter Weigel
</authorship>
</splash-screen>
<game-over>
<logo>
_________ __ _________ ____ _ ____________
/ ____/ | / |/ / ____/ / __ \ | / / ____/ __ \
/ / __/ /| | / /|_/ / __/ / / / / | / / __/ / /_/ /
/ /_/ / ___ |/ / / / /___ / /_/ /| |/ / /___/ _, _/
\____/_/ |_/_/ /_/_____/ \____/ |___/_____/_/ |_|
</logo>
<button class="start-game">Again!</button>
<authorship>
An open source game built with <a href="https://github.com/xethya" target="_blank">Xethya</a> - Check out the source code at <a href="https://github.com/joelalejandro/lagos-sector" target="_blank">github.com/joelalejandro/lagos-sector</a><br>
Sprites by wuhu, Bonsaiheldin, Rawdanitsu - Sounds by dklon, Kenney - Music by maxstack - Typeface by Peter Weigel
</authorship>
</game-over>
</body>
<script src="./renderer.js"></script>
</html>