-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
40 lines (40 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>New Tab</title>
<script src="min/startpage.js" async></script>
<link rel="stylesheet" href="min/startpage.css">
<link rel="icon" href="bin/favicon.ico">
</head>
<body>
<header id="header">
<h1>
<a id="logo" href="http://shire/"><span>⚜</span></a>
</h1>
<nav id="links"></nav>
</header>
<main id="main">
<form id="search"
method="get"
action="https://encrypted.google.com/search"
>
<fieldset id="searchText">
<input type="text"
id="searchInput"
name="q"
autofocus="autofocus"
>
</fieldset>
<fieldset id="searchButtons"></fieldset>
</form><img id="myImage" src="" alt="">
</main>
<footer id="footer">
<ul id="imgNavigation"></ul>
<div class="settings">
<a class="icon"></a>
<nav id="settings"></nav>
</div>
</footer>
</body>
</html>