diff options
Diffstat (limited to 'html/list.htm')
| -rw-r--r-- | html/list.htm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/html/list.htm b/html/list.htm new file mode 100644 index 0000000..42bd2a5 --- /dev/null +++ b/html/list.htm @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> + <head> + <title>SkunkyArt</title> + <link rel="stylesheet" href="gui/css/skunky.css"> + </head> + <main> + <header> + <h1><a href="/">HOME</a> | <a href="/dd">DD</a></h1> + <form method="get" action="/search"> + <input type="text" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false"> + <select name="type"> + <option value="all">All</option> + <option value="tag">Tag</option> + </select> + <button type="submit">Search!</button> + </form> + </header> + {{.}} + </main> +</html>
\ No newline at end of file |
