-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
95 lines (93 loc) · 2.92 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title></title>
</head>
<body>
<div class="box">
<h3 id="time"></h3>
<h4 id="date"></h4>
<h5 id="greeting"></h5>
<h3 id="temperature"></h3>
</div>
<!-- <ul class="links">
<li>
<a href="https://mail.google.com/">
<img
src="https://lh3.googleusercontent.com/0rpHlrX8IG77awQMuUZpQ0zGWT7HRYtpncsuRnFo6V3c8Lh2hPjXnEuhDDd-OsLz1vua4ld2rlUYFAaBYk-rZCODmi2eJlwUEVsZgg"
alt="gmail"
/>
</a>
</li>
<li>
<a href="https://drive.google.com/">
<img
src="https://lh3.googleusercontent.com/rCwHBRBJV4wFiEIN_Mlboj94_TGJxyJtBh-MBFL4y1aZdO4hb7_Uc_PpXRyAoN7O9m_Zc1wSyp3H1vsnb829QE7t9KyGNJY9A1a3QQ"
alt="drive"
/>
</a>
</li>
<li>
<a href="https://open.spotify.com">
<img
src="https://www.freepnglogos.com/uploads/spotify-logo-png/spotify-download-logo-30.png"
alt="spotify"
/>
</a>
</li>
<li>
<a href="https://www.youtube.com/">
<img
src="https://lh3.googleusercontent.com/3_OFn2skqHXk-UQ-9RUdNrDl_HQJrMCxks5teQcUrF_bOSeDG1hD8j83FeD31W8hASZCvubzsGfumuJq8kvvSAq03wY87RZ7Otx_DF4"
alt="youtube"
/>
</a>
</li>
<li>
<a href="https://photos.google.com/">
<img
src="https://lh3.googleusercontent.com/1_fX4sgnF_BnHbc3m7z4_yPnQUoKX_MaphaKOUokyGVCvMW3q8cwyCpWEYnhqsq6H9e9bYSAiV3hVKvAOpTRKeEVHJblk6GxxbKUZQ"
alt="photos"
/>
</a>
</li>
<li>
<a href="https://keep.google.com/">
<img
src="https://lh3.googleusercontent.com/V6C9KmBzAK48_si_jPMSgUrBhdCGL8-z8QMg-WvDqSdVdPXN-FZHrpCHaZaYAYuXCGK-G85sYRIy3PdqfXAS4QlXwQJTyNUPYCpz"
alt="keep"
/>
</a>
</li>
<li>
<a href="https://github.com/fasilofficial">
<img
src="https://cdn.iconscout.com/icon/free/png-512/free-github-online-project-hosting-website-logo-46235.png?f=webp&w=256"
alt="github"
/>
</a>
</li>
<li>
<a href="https://chat.openai.com">
<img
src="https://cdn.iconscout.com/icon/premium/png-512-thumb/chatgpt-9296588-7576880.png?f=webp&w=256"
alt="chat gpt"
/>
</a>
</li>
<li>
<a href="https://www.office.com/">
<img
src="https://cdn.iconscout.com/icon/free/png-512/free-microsoft-365-10516016-8630405.png?f=webp&w=256"
alt="microsoft 365"
/>
</a>
</li>
</ul> -->
<script src="main.js"></script>
</body>
</html>