summaryrefslogtreecommitdiff
path: root/html/about.htm
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-06-13 23:56:03 +0300
committerlost+skunk <[email protected]>2024-06-13 23:56:03 +0300
commit6f872fe2f7fa2ee5cae749bdde5ad002d380b556 (patch)
treedfa3ccbb1dc495dc37c73ba2360054dfd50cb4b0 /html/about.htm
downloadskunky-art-6f872fe2f7fa2ee5cae749bdde5ad002d380b556.tar.gz
skunky-art-6f872fe2f7fa2ee5cae749bdde5ad002d380b556.tar.bz2
skunky-art-6f872fe2f7fa2ee5cae749bdde5ad002d380b556.zip
альфа: работают только посты и поиск
Diffstat (limited to 'html/about.htm')
-rw-r--r--html/about.htm23
1 files changed, 23 insertions, 0 deletions
diff --git a/html/about.htm b/html/about.htm
new file mode 100644
index 0000000..2c43bbe
--- /dev/null
+++ b/html/about.htm
@@ -0,0 +1,23 @@
+<!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>
+ <p>
+ SkunkyArt is an alternative frontend for deviantart.com, written in Go.
+ </p>
+ </main>
+</html> \ No newline at end of file