2018-04-08 22:33:36 +02:00
|
|
|
<!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">
|
2018-10-01 23:55:22 +02:00
|
|
|
<title data-message="optionsAndSettings"></title>
|
2018-04-08 22:33:36 +02:00
|
|
|
</head>
|
|
|
|
<body class="wrap">
|
|
|
|
<div class="grid">
|
|
|
|
<div class="unit whole center-on-mobiles">
|
|
|
|
<div class="heading">
|
2018-10-01 23:55:22 +02:00
|
|
|
<h1 data-message="extensionName"></h1>
|
|
|
|
<p class="lead" data-message="optionsPageSubtitle"></p>
|
2018-04-08 22:33:36 +02:00
|
|
|
</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">
|
2018-10-01 23:55:22 +02:00
|
|
|
<h5 data-message="optionsURL"></h5>
|
2018-10-15 22:48:09 +02:00
|
|
|
<input type="text" name="url" value="https://app.readlater.shikiryu.com" />
|
2018-04-08 22:33:36 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="option">
|
2018-10-01 23:55:22 +02:00
|
|
|
<h5 data-message="optionsToken"></h5>
|
2018-04-08 22:33:36 +02:00
|
|
|
<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">
|
|
|
|
© Shikiryu (thanks to https://github.com/EmailThis/extension-boilerplate)
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</footer>
|
|
|
|
<script src="scripts/options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|