-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (32 loc) · 1.36 KB
/
index.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 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="content-script-type" content="text/javascript">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/master.css" type="text/css" media="screen" charset="utf-8">
<script type="text/javascript" src="js/jquery-1.4.4.js"></script>
<script type="text/javascript" src="js/ticker-1.2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
getTickerRSS();
});
</script>
<title>Sukey App: Home</title>
</head>
<body id="stage" class="theme">
<div id="container" align="left">
<div id="ticker"></div>
</div>
<div id="sukey" onclick="location.href='http://sukey.org/webapp/';"></div>
<div id="menu" align="center">
<a href="#" class="btn large" onclick="location.href='http://sukey.org/webapp/map';">Map View</a>
<a href="#" class="btn large" onclick="location.href='http://sukey.org/webapp/report';">Report</a>
<a href="#" class="btn large" onclick="location.href='http://sukey.org/webapp/about';">About</a>
</div>
<div align="center">
<p>Sukey ©̸ 2011.</p>
</div>
</body>
</html>