панель навигации, ответы и ежедневные арты

This commit is contained in:
lost+skunk 2024-06-14 20:04:23 +03:00
parent 6f872fe2f7
commit cbafaa54d7
8 changed files with 165 additions and 12 deletions

21
html/list.htm Normal file
View file

@ -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>