-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 783 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 783 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Automata</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="icon" type="image/png" href="icons/32.png">
<link rel="stylesheet" href="https://unpkg.com/normalize.css@7.0.0/normalize.css">
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free@5.14.0/css/all.min.css">
<link rel="stylesheet" href="css/index.css">
<script src="lib/index.js" type="module"></script>
</head>
<body>
<div id="main">
<div id="control-view">
<span class="group">Automata</span>
</div>
<div id="games-menu"></div>
</div>
</body>
</html>