aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..80e23c7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,25 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="UTF-8">
5 <meta
6 content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
7 name="viewport">
8 <title>What's The Point?</title>
9 <link href="point/base.css" rel="stylesheet">
10 <script src="point/libs/requirejs/require.js" data-main="point/point"></script>
11</head>
12<body>
13<div id="loadingclock"></div>
14
15<noscript>
16 Sorry,
17 <br>
18 JavaScript is required
19 <br>
20 to view this slideshow.
21</noscript>
22
23<p-screen></p-screen>
24</body>
25</html>