-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 708 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (29 loc) · 708 Bytes
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>
<title>SpectRL: Arakhon's Ascension</title>
<script type="module" src="src/game.js"></script>
<style>
@font-face {
font-family: "ba";
src: url("font/BasicManual.ttf");
}
@font-face {
font-family: "sm";
src: url("font/SmallTypeWriting.ttf");
}
@font-face {
font-family: "ty";
src: url("font/Typori.ttf");
}
body {
margin: 0;
}
</style>
</head>
<body>
<div style="font-family: ba; visibility: hidden; position: fixed">.</div>
<div style="font-family: sm; visibility: hidden; position: fixed">.</div>
<div style="font-family: ty; visibility: hidden; position: fixed">.</div>
</body>
</html>