diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..4bc8815 --- /dev/null +++ b/index.php @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>WolfEye</title> +</head> +<body> + <h1>WolfEye</h1> + <form action="/search"> + <input type="text" name="q" placeholder="Search the Web..."> + <input type="submit" value="Search!"> + <input type="submit" value="I'm feeling lucky!" disabled> + <link rel="icon" href="/logo.svg"> + </form> +</body> +</html> |