Files
Mostly-Harmless/popup.html
T
2011-06-21 15:44:00 -05:00

18 lines
394 B
HTML

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