krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>SkunkyArt</title>
5 <link rel="stylesheet" href="{{.}}stylesheet"/>
6 </head>
7 <main>
8 <center>
9 <form method="get" action="{{.}}search">
10 <input type="text" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false">
11 <select name="type">
12 <option value="all">All</option>
13 <option value="tag">Tag</option>
14 <option value="r">Groups</option>
15 </select>
16 <button type="submit">Search!</button>
17 </form>
18 <h1><a href="{{.}}dd">Daily Deviations</a> | <a href="{{.}}about">About</a> | <a href="https://git.macaw.me/skunky/SkunkyArt" target="_blank">Source Code</a></h1>
19 </center>
20 </main>
21</html>