-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigure.html
32 lines (28 loc) · 1.08 KB
/
configure.html
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
32
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script src="script/jquery-1.6.4.js" type="text/javascript"></script>
<link href="http://www.snow-forecast.com/stylesheets/feed.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="script/Date.js"></script>
<script type="text/javascript" src="script/Destination.js"></script>
<script type="text/javascript" src="script/Trip.js"></script>
<script type="text/javascript" src="script/Link.js"></script>
<script type="text/javascript" src="script/SnowReport.js"></script>
<script type="text/javascript">
(function(){
var params = window.location.href.split('?')[1];
})();
</script>
<title>Configure Snowboarding !</title>
</head>
<body>
<div id="outer">
<h1><img src="img/flux.png"/>Configure Snowboarding 2014 Dashboard</h1>
<div id="destinations"></div>
<div style="clear:both"></div>
<button onclick="clearTimeout(updating)" type="button" style="display:none">Stop</button>
</div>
</body>
</html>