-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
28 lines (28 loc) · 829 Bytes
/
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
24
25
26
27
28
<!--
Copyright (C) David Bern
See COPYRIGHT.txt for details
-->
<html>
<style>
body {
width: 600px;
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999;
}
.date { float: right; clear: right; }
#status { height:auto; }
#go { float: right; }
a#markall { float: right; clear:right; }
.unread a { color: #176da5; }
a { color: black; text-decoration:none; font-size: 12px;}
a:hover { text-decoration: underline; }
hr { clear: right; }
</style>
<script type="text/javascript" src="jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="wikiwatchlist.js"></script>
<script type="text/javascript" src="popup.js"></script>
<body>
<div id="go"><a href="https://en.wikipedia.org/wiki/Special:Watchlist" target="_blank" id="watchlist">Goto Watchlist ⇒</a></div>
</body>
</html>