703a0cd630
don't need this layer of indirection
18 lines
391 B
HTML
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>
|