remwharead/browser-plugins/webextension/add_uri.html

16 lines
381 B
HTML
Raw Normal View History

2019-05-20 19:23:16 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<label for="tags">Tags, comma separated:</label>
<input type="text" id="tags" autofocus>
<input type="button" id="button" value="Add URI">
2019-05-21 17:11:14 +02:00
<em id="status"></em>
2019-05-21 15:02:10 +02:00
<strong id="error"></strong>
2019-05-20 19:23:16 +02:00
<script src="launch.js"></script>
</body>
</html>