aboutsummaryrefslogtreecommitdiff
path: root/index.php
blob: 3b1e9215dd6dbcbd1e6ca0978c6672ef05752ec4 (plain)
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 lang="en">
<head>
    <meta charset="UTF-8">
    <title>WolfEye</title>

    <link rel="stylesheet" href="assets/main.css">
</head>
<body>
    <div class="container">
        <h1 class="title is-1">WolfEye</h1>
        <form action="/search">
            <input class="search-input" 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 -->
            </div>
            <link rel="icon" href="/logo.svg">
        </form>
    </div>
</body>
</html>