-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 2.42 KB
/
index.html
File metadata and controls
52 lines (48 loc) · 2.42 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>twittermapp</title>
<link rel="shortcut icon" href="/images/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="/css/site.css" />
<link type="text/css" rel="stylesheet" href="/css/droid.css" />
<link type="text/css" rel="stylesheet" href="/jquery/css/custom-theme/jquery-ui-1.10.3.custom.css">
<!-- jquery -->
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="/jquery/js/jquery-ui-1.10.3.custom.min.js"></script>
<!-- javascript -->
<script type="text/javascript" language="javascript" src="/js/client.js"></script>
<script type="text/javascript" language="javascript" src="/js/text-label.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyADjsaHo2HeLWVmFgmvakwYTtW3GwcSNa4&sensor=false"></script>
</head>
<body>
<div class="fixedWidthSite">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="/" title="twittermapp"><img src="/images/twitterMapBanner.png" id="twitterMapBanner" /></a></td>
<td><div id="lblWelcomeUser" class="greenText"></div></td>
<!-- <td><a href='javascript:void(0)' onclick='logout()' class='twitterUser'>Logout</a></td> -->
<td><button id="btnLogoutTwitter">Logout</button></td>
</tr>
</table>
</div>
<div id="topSpacer"></div>
<div id="container" class="fixedWidthSite">
<table class="layout-grid" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td >
<div id="siteContent">
</div>
</td>
</tr>
</table>
</div>
<div class="bottomSpacer"></div>
<div id="footer" class="fixedWidthSite">
created by: Zach Serre | email: zserre @t gmail DOT com | github: zserre | phone: 218.310.8236 | location: mpls, mn
</div>
</body>
</html>