-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (19 loc) · 858 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!--Importing neccesary external Libraries and scripts blow.
---Note that "terra-world-creation.js" is included where it needs to be
in the body to create the terrerium -->
<script src="//cdn.jsdelivr.net/terra/latest/mainfile"></script>
</head>
<body>
<h1>Testing testing.. We've got life! </h1>
<!-- Importing file to create Terrerium and creatures Below-->
<script script type="text/javascript" src="/static/js/terra-world-creation.js"></script>
<p><strong>Runs for a few hundred steps and then pauses. Refresh to start again!</p></strong>
</body>
</html>