aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/index.php b/index.php
index 8801bb1..6c0231e 100644
--- a/index.php
+++ b/index.php
@@ -3,18 +3,20 @@
<head>
<meta charset="UTF-8">
<title>WolfEye</title>
-
+ <link rel="icon" href="/logo.svg">
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<div class="container">
- <h1 class="title is-1">WolfEye</h1>
+ <h1 class="title is-1" id="home-logo">
+ <img src="/logo.svg">
+ </h1>
<form action="search">
- <input class="search-input" type="text" name="q" placeholder="Search the Web...">
+ <input id="home-bar" class="search-input" autocomplete="off" spellcheck="false" type="text" name="q" placeholder="Search the Web...">
<br/>
<div class="searchbtn">
- <input type="submit" value="Search!">
- <!-- <input type="submit" value="I'm feeling lucky!" disabled> DISABLE THIS ONE -->
+ <input class="home-btn" id="home-submit" type="submit" value="WolfEye Search">
+ <input class="home-btn home-btn-last" id="home-lucky" type="button" value="I'm feeling lucky">
</div>
<link rel="icon" href="/logo.svg">
</form>