2019-05-20 19:23:16 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
2019-05-24 11:55:22 +02:00
|
|
|
<!-- I did not use a form here because I want to display status and
|
|
|
|
error messages inside the popup. -->
|
2019-05-26 18:57:44 +02:00
|
|
|
<label for="txttags">Tags, comma separated:</label>
|
|
|
|
<input type="text" id="txttags" autofocus>
|
|
|
|
<input type="button" id="btnadd" value="Add URI">
|
|
|
|
<em id="msgstatus"></em>
|
|
|
|
<strong id="msgerror"></strong>
|
2019-05-20 19:23:16 +02:00
|
|
|
|
2019-05-24 11:55:22 +02:00
|
|
|
<script src="popup.js"></script>
|
2019-05-20 19:23:16 +02:00
|
|
|
</body>
|
|
|
|
</html>
|