20 lines
No EOL
344 B
HTML
20 lines
No EOL
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> |