2024-06-13 20:56:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>SkunkyArt</title>
|
2024-08-13 12:59:52 +00:00
|
|
|
<link rel="stylesheet" href="stylesheet"/>
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2024-06-13 20:56:03 +00:00
|
|
|
</head>
|
|
|
|
<main>
|
|
|
|
<center>
|
2024-08-13 12:59:52 +00:00
|
|
|
<form method="get" action="search">
|
2024-06-13 20:56:03 +00:00
|
|
|
<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>
|
2024-07-09 09:54:15 +00:00
|
|
|
<option value="r">Groups</option>
|
2024-06-13 20:56:03 +00:00
|
|
|
</select>
|
|
|
|
<button type="submit">Search!</button>
|
|
|
|
</form>
|
2024-08-13 12:59:52 +00:00
|
|
|
<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>
|
2024-06-13 20:56:03 +00:00
|
|
|
</center>
|
|
|
|
</main>
|
|
|
|
</html>
|