15 lines
345 B
HTML
15 lines
345 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">
|
|
<div id="error"></div>
|
|
|
|
<script src="launch.js"></script>
|
|
</body>
|
|
</html>
|