This commit is contained in:
2026-02-19 00:21:17 +03:00
commit a2a0978f77
7 changed files with 309 additions and 0 deletions

14
views/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!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>