-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.34 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
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Search</title>
<link rel='stylesheet' href='style.css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="center">
<div id="bar">
<form
class="hidden"
id="text2"
action="https://google.com/search"
method="get"
>
<div class="input-container">
<input class="tsb" type="text" name="q" placeholder="Google" />
<button class="button">Search</button>
</div>
</form>
</form>
</div>
<div class="center">
<div id="date"></div>
<div id="time"></div>
</div>
<div id="bookmarks">
<div id="date"></div>
<div id="time"></div>
<a href="https://www.youtube.com/">youtube</a>
<a href="https://vk.com/feed">vk</a>
<a href="https://www.twitch.tv/">twitch</a>
<a href="https://mail.google.com/mail">gmail</a>
<a href="https://github.com/">github</a>
<a href="https://monkeytype.com/">monkeytype</a>
</div>
</div>
<script src="time.js"></script>
</body>
</html>