forked from kewla1d/kewltab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 2.51 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
46
47
48
49
50
51
52
53
54
<html>
<head>
<link rel="stylesheet" target="_blank" href="https://www.apple.com/wss/fonts?family=SF+Pro&v=2" type="text/css">
<link rel="stylesheet" target="_blank" href="styles.css">
<link rel="stylesheet" target="_blank" href="assets/fonts/SFExpanded.css">
<link rel="icon" type="image/x-icon" target="_blank" href="assets/icons/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ktrrtab</title>
<meta charset="UTF-8">
</head>
<body>
<div class="side">
<h1 id="date"></h1>
<h1 id="time">9:41</h1>
</div>
<div class="side">
<div class="base">
<div id="searchbar">
<p></p>
<form action="https://www.google.com/search" method="get" target="_blank" id="search-form">
<input name="q" type="text" placeholder="Search" autocomplete="off">
</form>
</div>
<div id="shortcuts">
<div class="scgroup">
<h6 class="scgroup_label"> Links</h6>
<div class="scgroup_row">
<a class="shortcutlink" target="_blank" href="https://open.spotify.com/">
<img class="sc_icon" src="assets/icons/com.spotify.client-large.png">
<p class="sc_label">Spotify</p>
</a>
<a class="shortcutlink" target="_blank" href="https://discord.com/channels/@me">
<img class="sc_icon" src="assets\icons\discord.png">
<p class="sc_label">Discord</p>
</a>
<a class="shortcutlink" target="_blank" href="https://x.com/home">
<img class="sc_icon" src="assets/icons/twitter.png">
<p class="sc_label">Twitter</p>
</a>
<a class="shortcutlink" target="_blank" href="https://youtube.com/">
<img class="sc_icon" src="assets/icons/youtube.png">
<p class="sc_label">YouTube</p>
</a>
</div>
</div>
</div>
</div>
</div>
<script src="javascript.js"></script>
</body>
</html>