15 lines
383 B
HTML
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>
|