-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
19 lines (17 loc) · 980 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Aotearoa 3D Test</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">XYCarto 3D Test Web Mercator (NZ 8m DEM) using <a href="https://github.com/felixpalmer/procedural-gl-js" target="_blank">procedural-gl.js</a></h2>
<div style="position: absolute; width: 100%; height: 100%;" id="container"></div>
</body>
<script type="text/javascript" src="https://unpkg.com/procedural-gl/build/procedural-gl.js"></script>
<script type="text/javascript" src="script.js"></script>
</html>