16 lines
381 B
HTML
16 lines
381 B
HTML
<!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">
|
|
<em id="status"></em>
|
|
<strong id="error"></strong>
|
|
|
|
<script src="launch.js"></script>
|
|
</body>
|
|
</html>
|