krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

v1.3.1: html/index.htm · raw

 1<!DOCTYPE html>
 2<html>
 3    <head>
 4        <title>SkunkyArt</title>
 5        <link rel="stylesheet" href="{{.}}stylesheet"/>
 6        <link rel="icon" type="image/x-icon" href="{{.}}favicon.ico">
 7    </head>
 8    <main>
 9        <center>
10            <form method="get" action="{{.}}search">
11                <input type="text" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false">
12                <select name="type">
13                    <option value="all">All</option>
14                    <option value="tag">Tag</option>
15                    <option value="r">Groups</option>
16                </select>
17                <button type="submit">Search!</button>
18            </form>
19            <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>
20        </center>
21    </main>
22</html>