webextensions/src/options.html

54 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/options.css" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Options & Settings</title>
</head>
<body class="wrap">
<div class="grid">
<div class="unit whole center-on-mobiles">
<div class="heading">
<h1>Shikiryu Bookmarklet</h1>
<p class="lead">Save this page by email for later read</p>
</div>
</div>
</div>
<section class="content">
<div id="msg"></div>
</section>
<section class="content">
<div class="grid">
<div class="unit whole center-on-mobiles">
<div class="option">
<h5>URL</h5>
<input type="text" name="url" value="https://bookmarklet.shikiryu.com" />
</div>
<div class="option">
<h5>Token</h5>
<input type="text" name="token" value="" />
</div>
</div>
</div>
</section>
<footer class="main-footer">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p class="text-center text-muted">
&copy; Shikiryu (thanks to https://github.com/EmailThis/extension-boilerplate)
</p>
</div>
</div>
</footer>
<script src="scripts/options.js"></script>
</body>
</html>