new simplified index.html

master
Michael Murtaugh 4 years ago
parent 1be7a5ba46
commit ce07900ab8

@ -1,22 +1,16 @@
<!DOCTYPE html>
<html lang="en" xmlns:og="http://ogp.me/ns#">
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="/lib/leaflet/leaflet.js"></script>
<link href="/lib/leaflet/leaflet.css" rel="stylesheet" type="text/css">
<script src="lib/mlevans-leaflet-hash/leaflet-hash.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="frame" style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px">
<div id="map" style="width: 100%; height: 100%; background: black"></div>
<div id="text" style="position: absolute; left: 50px; top: 10px; width: auto; color: white">
</div>
<div id="slider-wrapper"><input id="zoom-slider" type="range" min="0" max="20" value="0" step="1" /></div>
</div>
<script src="map.js"></script>
<h1>Experimental Publishing</h1>
<ul>
<li><a href="https://issue.xpub.nl/">Special Issues</a></li>
<li><a href="https://www.pzwart.nl/experimental-publishing/">XPUB page on Piet Zwart Institute</a></li>
<li><a href="https://pzwiki.wdka.nl/mediadesign/Main_Page">The XPUB wiki (nb: shared Lens-based program)</a></li>
<li><a href="https://git.xpub.nl/">git.xpub.nl</a></li>
<li><a href="index_old.html">Wiki images - Zoom interface</a></li>
</ul>
</body>
</html>

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en" xmlns:og="http://ogp.me/ns#">
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="/lib/leaflet/leaflet.js"></script>
<link href="/lib/leaflet/leaflet.css" rel="stylesheet" type="text/css">
<script src="lib/mlevans-leaflet-hash/leaflet-hash.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="frame" style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px">
<div id="map" style="width: 100%; height: 100%; background: black"></div>
<div id="text" style="position: absolute; left: 50px; top: 10px; width: auto; color: white">
</div>
<div id="slider-wrapper"><input id="zoom-slider" type="range" min="0" max="20" value="0" step="1" /></div>
</div>
<script src="map.js"></script>
</body>
</html>
Loading…
Cancel
Save