-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" />
<link href="./styles.css" rel="stylesheet">
<title>New tab</title>
</head>
<body>
<div class="surface">
<img src="https://64.media.tumblr.com/5a232d5c0999d02388d78e5c1025f94f/0572516693bf4014-3d/s500x750/0306dc89b657093529aa3ce96e64b9c43572e901.gifv" alt="" />
<main>
<h1>kitty cat</h1>
<div id="searchbar">
<button>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
<span class="visually-hidden">Search</span>
</button>
<input type="text" placeholder="Search the web" autofocus />
</div>
<div id="bookmarks">
<!-- Bookmarks will get inserted here! -->
</div>
</main>
</div>
<a id="yags-link" href="https://prettycoffee.github.io/yet-another-generic-startpage/"> </a>
</body>
<script type="text/javascript" src="./scripts.js"></script>
</html>