-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap" />
</head>
<body>
<div id="title" style="position: absolute; right: 0; right: 0; color: rgb(212, 0, 255); background-color: rgba(0, 0, 0, 0.0); padding: 10px;">
<pre>
.---------------------------------------------.
| .-----------------------------------------. |
| | ___ ___ ___ | |
| | /\ \ /\ \ /\__\ | |
| | /::\ \ _\:\ \ /:/ _/_ | |
| | /:/\:\ \ /\ \:\ \ /:/ /\__\ | |
| | /:/ /::\ \_\:\ \:\ \/:/ /:/ _/_ | |
| | /:/_/:/\:\__\ \:\ \:\__\/_/:/ /\__\ | |
| | \:\/:/ \/__/\ \:\/:/ /\/:/ /:/ / | |
| | \::/__/ \:\ \::/ /\::/_/:/ / | |
| | \:\ \ \:\/:/ / \:\/:/ / | |
| | \:\__\ \::/ / \::/ / | |
| | \/__/ \/__/ \/__/ | |
| | v0.1.1 | |
| '-----------------------------------------' |
'---------------------------------------------'
</pre>
</div>
<div id="info" style="position: absolute; left: 0; right: 0; color: white; background-color: rgba(0, 0, 0, 0); padding: 10px;"></div>
<pre id="canvas"></pre>
<script src="js/main.js"></script>
</body>
</html>