Files
Mostly-Harmless/popup.html
T
2011-06-16 18:59:17 -05:00

17 lines
319 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="popup.css" rel="stylesheet">
<script src="popup.js"></script>
</head>
<body>
<ol id="posts">
</ol>
<div class="morelink">
<a id="submit" target="_blank">Submit this link again</a>
<div class="nub"></div>
</div>
</body>
</html>