-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.03 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
<link href="https://episphere.github.io/gps/gps.css" rel="stylesheet">
<!-- script tag loading to cover all three loading routes (and annoy Praful a bit :-P) -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="tracker.js"></script>
<!-- for javascript needed to run this app specific UI.
The alternative would be to have it within a script tag within the html page -->
<script async src="index.js" defer></script>
<script async src="terminal.js" defer></script>
</head>
<body>
<h1>epiVerseTracker
<sup style="font-size:medium;color:navy;font-weight:normal">
[<a href="https://github.com/epiverse/tracker" target="_blank">Code</a>]
[<a href="https://observablehq.com/@epiverse/tracker" target="_blank">Notebook</a>]
[YouTube]
</sup>
</h1>
<hr>
<div id="epiVerseTrackerDiv">...</div>
<div><textarea id="terminal" style="color:lime;background-color:black;width:35em;height:6.5em">> </textarea></div>
</body>