-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (15 loc) · 866 Bytes
/
index.html
File metadata and controls
19 lines (15 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html style="margin: 0; height: 100%;">
<head>
<meta charset="utf-8">
<!-- all CSS is consolidated in this file -->
<link rel="stylesheet" href="/assets/css/index.css">
</head>
<body style="margin: 0; height: 100%;">
<div id="map" style="width:100%; height: 100%; padding: 0; margin: 0; border: 0;"></div>
<!-- Application source. -->
<script data-main="/assets/config" src="/assets/js/libs/require.js"></script>
<!-- Github Link -->
<a href="http://github.com/nodetiles/nodetiles-server"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/camo.github.com/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a>
</body>
</html>