forked from aman333nolawz/startpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.03 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
<!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="./images/bg.gifv" alt="" />
<main>
<h1>Hello, Javier!</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" autofocus />
</div>
<div id="bookmarks">
<!-- Bookmarks will get inserted here! -->
</div>
</main>
</div>
</body>
<script type="text/javascript" src="./scripts.js"></script>
</html>