-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
26 lines (25 loc) · 1.28 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Zealand 3D</title>
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<h1 id="title"></h1>
<h2 id="subtitle">NEW ZEALAND</h2>
<div style="position: absolute; width: 100%; height: 100%;" id="container"></div>
<div id="park-list-overlay">
<a href="/~https://github.com/felixpalmer/new-zealand-3d/">
<img style="position: absolute; top: 0; left: 0; border: 0; z-index: 10000" src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png" alt="Fork me on GitHub">
</a>
<h2>PARKS OF NEW ZEALAND</h2>
<h1>Choose National Park</h1>
<ul id="park-list"></ul>
</div>
</body>
<script type="text/javascript" src="https://unpkg.com/procedural-gl/build/procedural-gl.js"></script>
<script type="text/javascript" src="new-zealand-3d.js"></script>
</html>