source: trunk/webmap/html/index.html @ 15

Last change on this file since 15 was 15, checked in by wcaarls, 11 years ago

Imported webmap at revision 1169

File size: 791 bytes
Line 
1<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4        <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />
5        <title>WebMap</title>
6       
7        <script type="text/javascript" src="js/ros.js"></script>
8        <script type="text/javascript" src="js/webmap/base.js"></script>
9        <script type="text/javascript" src="js/webmap/map.js"></script>
10        <script type="text/javascript" src="js/webmap/robot.js"></script>
11        <script type="text/javascript" src="js/webmap/modules.js"></script>
12        <script type="text/javascript" src="js/application.js"></script>
13        <link rel="stylesheet" type="text/css" href="webmap.css" />
14</head>
15<body>
16        <h1>WebMap</h1>
17       
18        <p id="log" class="log"></p>
19
20        <p>Selected: <span id="selected"></span>.</p>
21        <div id="webmap_container">
22        </div>
23</body>
24</html>
Note: See TracBrowser for help on using the repository browser.