-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 823 Bytes
/
index.html
File metadata and controls
28 lines (24 loc) · 823 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>Knockoffia</title>
<script src="jspm_packages/system.js"></script>
<script src="compiled/react.js"></script>
<script src="config.js"></script>
<link rel="stylesheet" type="text/css" href="normalize.css" />
<script src="src/Snake.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
<script>
System.import('src/main').catch(console.error.bind(console))
</script>
</head>
<body>
<section id="main">
<div id="devsdodesign">#Devs<span>Do</span>Design<br><br>Loading Knockoffia...</div>
<!-- <div class="loader"></div> -->
</section>
<div id="fork"><a href="https://github.com/DevsDoDesign/Knockoffia">Fork on GitHub</a></div>
</body>
</html>