-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.35 KB
/
index.html
File metadata and controls
31 lines (29 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Live Ortung Events</title>
<meta name="author" content="Alvaro Trigo Lopez" />
<meta name="description" content="fullPage very simple demo." />
<meta name="keywords" content="fullpage,jquery,demo,simple" />
<meta name="Resource-type" content="Document" />
<meta http-equiv="refresh" content="0; url=legacy/index.html" />
<!--
<link rel="stylesheet" type="text/css" href="js/jquery.fullPage.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script>
<script type="text/javascript" src="js/jquery.fullPage.js"></script>
<script src="js/ol3/ol-debug.js" type="text/javascript"></script>
<link rel="stylesheet" href="js/ol3/ol.css" type="text/css"/>
<link rel="stylesheet" href="css/media-buttons.css" type="text/css"/>
<script src="build/index.js" type="text/javascript"></script>
-->
</head>
<body>
<div id="fullpage">
</div>
</body>
</html>