-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
23 lines (23 loc) · 909 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Entaloneralie</title>
<meta name="author" content="Devine Lu Linvega">
<meta name='description' content='The Decimal Clock.'/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript">const module = {exports:{}}</script>
<script type="text/javascript" src="web/scripts/entaloneralie.js"></script>
<script type="text/javascript" src="web/scripts/arvelie.js"></script>
<script type="text/javascript" src="web/scripts/neralie.js"></script>
<link rel="stylesheet" href="web/links/reset.css"/>
<link rel="stylesheet" href="web/links/fonts.css"/>
<link rel="stylesheet" href="web/links/main.css"/>
</head>
<body>
<script type="text/javascript">
var entaloneralie = new Entaloneralie();
entaloneralie.start();
</script>
</body>
</html>