21 lines
708 B
HTML
21 lines
708 B
HTML
<!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> |