summaryrefslogtreecommitdiff
path: root/html/list.htm
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-06-14 20:04:23 +0300
committerlost+skunk <[email protected]>2024-06-14 20:04:23 +0300
commitcbafaa54d79d73fd1cc56ecba540d4f763591100 (patch)
tree6619b609e7672f6b7367f0fe0e4a513fe09def19 /html/list.htm
parent6f872fe2f7fa2ee5cae749bdde5ad002d380b556 (diff)
downloadskunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.tar.gz
skunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.tar.bz2
skunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.zip
панель навигации, ответы и ежедневные арты
Diffstat (limited to 'html/list.htm')
-rw-r--r--html/list.htm21
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