init
This commit is contained in:
14
views/index.html
Normal file
14
views/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user