You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
344 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<p id="err"></p>
<h2>Posts:</h2>
<div id="notes">
</div>
<a href="/options.html">Settings</a>
<script src="popup.js"></script>
</body>
</html>