source: binary-improvements/webserver/index.html@ 137

Last change on this file since 137 was 133, checked in by alloc, 10 years ago

Fixes

  • Property svn:executable set to *
File size: 392 bytes
RevLine 
[133]1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="UTF-8">
5 <title>7dtd map browser</title>
6 <link rel="stylesheet prefetch" href="leaflet/leaflet.css">
7 <link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
8</head>
9<body>
10 <div id="map"></div>
11 <div id="pos">Coords: </div>
12
13 <script src="leaflet/leaflet.js"></script>
14 <script src="js/index.js"></script>
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.