mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-07-02 17:00:30 +08:00
17 lines
319 B
HTML
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> |