Files
readlist/views/index.html
2026-02-19 00:21:17 +03:00

15 lines
383 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>readlist</title>
</head>
<body>
<form method="POST" action="/items">
<input type="text" inputmode="url" placeholder="url" name="url" />
<button type="submit">Submit</button>
</form>
</body>
</html>