urbit-browser-manager/extension/popup/popup.html
ronreg-ribdev 703a0cd630 Get rid of src/ dir
don't need this layer of indirection
2021-01-02 23:47:15 -08:00

18 lines
391 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup.css"/>
</head>
<body>
<h1>Urbit browser manager</h1>
<span id="loggedInMsg"></span>
<main>
Managing this page?
<button id="options">Options</button>
</main>
<script src="popup.js"></script>
</body>
</html>