-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvotehistory.html
29 lines (29 loc) · 1 KB
/
votehistory.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Windows (vers 14 February 2006), see www.w3.org">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="icon" type="image/png" href="http://www.reddit.com/favicon.ico">
<title>
vote history for
</title>
<link href="votehistory.css" rel="stylesheet" type="text/css" />
<script src="lib/jquery.js" type="text/javascript"></script>
<script src="lib/loader.js" type="text/javascript"></script>
<script src="lib/moment.js" type="text/javascript"></script>
<script src="votehistory.js" type="text/javascript"></script>
</head>
<body>
<div id="header"><img src="assets/logo.png"/></div>
<div id="sidebar">
<h1 id="userName"></h1>
<form id="search">
<input type="text" placeholder="search user">
</form>
</div>
<div id="content">
<div id="comments"></div>
<div id="loadArea"><span>load more<span></div>
</div>
</body>
</html>