-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
23 lines (23 loc) · 1.11 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<script src="popup.js"></script>
<script src="javascripts/gatracker.js"></script>
<style type="text/css" media="screen">
body { min-width:275px; text-align: center;
background-color: #f6f6f6}
img {
padding-left: 3px;
padding-right: 3px;
}
#version_tag {font-size: 10px;}
</style>
</head>
<body>
<a href="#" title="Spotlight"><img name="spotlight" id='spotlight' src="images/spotlight.png" alt="javascript button"></a>
<a href="#" title="Search"><img name="search" id='search' src="images/search.png" alt="javascript button"></a>
<a href="#" title="Inbox"><img name="inbox" id='inbox' src="images/inbox.png" alt="javascript button"></a>
<a href="#" title="Visitors"><img name="visitors" id='visitors' src="images/visitors.png" alt="javascript button"></a>
<a href="#" title="Help"><img name="help" id='help' src="images/help.png" alt="javascript button"></a>
<div id="version_tag">OkC Crossfilter Version 1.0</div>
</body>
</html>