summaryrefslogtreecommitdiff
path: root/html/about.htm
blob: 2c43bbe74d5fe952d9eb306555675d41e2a55414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>
        <p>
            SkunkyArt is an alternative frontend for deviantart.com, written in Go.
        </p>
    </main>
</html>