15 lines
415 B
HTML
15 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="ui.css">
|
|
</head>
|
|
<body class="popup">
|
|
<h1>Bookmarks API</h1>
|
|
<p class="muted">An API add-on for Firefox so agents and scripts can manage your bookmarks.</p>
|
|
<p id="status" class="muted">Checking…</p>
|
|
<button id="manage" type="button">Manage clients</button>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|