aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-12 11:19:38 +0100
committerMinteck <contact@minteck.org>2021-12-12 11:19:38 +0100
commitdc8f78256944885108f1d52b822c8677bf9d964c (patch)
tree38ea776d4fe8d9d11c28448246afa8af4886351a /index.php
downloadwolfeye-php-dc8f78256944885108f1d52b822c8677bf9d964c.tar.gz
wolfeye-php-dc8f78256944885108f1d52b822c8677bf9d964c.tar.bz2
wolfeye-php-dc8f78256944885108f1d52b822c8677bf9d964c.zip
Initial commit
Diffstat (limited to 'index.php')
-rw-r--r--index.php16
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>