krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
sonarcloud-cleanup: static/html/header.htm · raw
1{{define "header"}}
2<header>
3 <h1><a href="">HOME</a> | <a href="dd">DD</a> {{if eq .Endpoint "dd"}}| <a href="{{.Endpoint}}?atom=true">RSS</a>{{end}}</h1>
4 <form method="get" action="search">
5 <input type="text" name="q" aria-label="Search query" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false" value="{{.QueryRaw}}">
6 <select name="type" aria-label="Search type">
7 <option value="all">All</option>
8 <option value="tag">Tag</option>
9 <option value="r">Groups</option>
10 </select>
11 <button type="submit">Search!</button>
12 </form>
13</header>
14{{end}}