-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINPAGE.html
38 lines (37 loc) · 1.67 KB
/
MAINPAGE.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
<!DOCTYPE html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta content="Github pages is a good host change my mind" name="description">
<title>Startpage</title>
<meta content="https://i.gifer.com/7gxM.gif" property="og:image">
<meta content="My litle site" property="og:site_name">
<meta content="" property="og:url">
<meta name="theme-color" content="#904f9e">
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" />
<link href="./styles.css" rel="stylesheet">
<title>New tab</title>
<body>
<div class="surface">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="index.js"></script>
<img src="https://i.gifer.com/7gxM.gif" alt="" />
<main>
<h1>Hello Marcell</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="Keresés" 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>
<script src="index.js"></script>
</html>