aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 80e23c782d9428572fee43df0a9df07ca20f980e (plain)
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
<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<meta
			content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
			name="viewport">
	<title>What's The Point?</title>
	<link href="point/base.css" rel="stylesheet">
	<script src="point/libs/requirejs/require.js" data-main="point/point"></script>
</head>
<body>
<div id="loadingclock"></div>

<noscript>
	Sorry,
	<br>
	JavaScript is required
	<br>
	to view this slideshow.
</noscript>

<p-screen></p-screen>
</body>
</html>