3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
- < title > Jadwal Sholat</ title >
6
+ < title > Jadwal Sholat - Abdi PR</ title >
7
+ < meta name ="title " content ="Jadwal Sholat - Abdi PR " />
8
+ < meta
9
+ name ="description "
10
+ content ="Website simpel untuk mengetahui jadwal sholat di suatu tempat. "
11
+ />
12
+ < link rel ="apple-touch-icon " href ="assets/js-logo.jpg " />
13
+ < link rel ="icon " type ="image/png " href ="assets/js-logo.jpg " />
14
+
15
+ <!-- Open Graph / Facebook -->
16
+ < meta property ="og:type " content ="website " />
17
+ < meta property ="og:url " content ="https://abdi.es/ " />
18
+ < meta property ="og:title " content ="Jadwal Sholat - Abdi PR " />
19
+ < meta
20
+ property ="og:description "
21
+ content ="Website simpel untuk mengetahui jadwal sholat di suatu tempat. "
22
+ />
23
+ < meta property ="og:image " content ="assets/js-banner.jpg " />
24
+
25
+ <!-- Twitter -->
26
+ < meta property ="twitter:card " content ="summary_large_image " />
27
+ < meta property ="twitter:url " content ="https://abdi.es/ " />
28
+ < meta property ="twitter:title " content ="Jadwal Sholat - Abdi PR " />
29
+ < meta
30
+ property ="twitter:description "
31
+ content ="Website simpel untuk mengetahui jadwal sholat di suatu tempat. "
32
+ />
33
+ < meta property ="twitter:image " content ="assets/js-banner.jpg " />
7
34
< link rel ="stylesheet " href ="style.css " />
8
35
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
9
36
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
10
- < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0 ">
11
- < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Nunito Sans&display=swap ">
37
+ < link
38
+ rel ="stylesheet "
39
+ href ="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0 "
40
+ />
41
+ < link
42
+ rel ="stylesheet "
43
+ href ="https://fonts.googleapis.com/css2?family=Nunito Sans&display=swap "
44
+ />
12
45
< link
13
46
rel ="stylesheet "
14
47
href ="
https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected] /cdn/themes/light.css "
@@ -33,7 +66,7 @@ <h2 class="header-items">Jadwal Sholat</h2>
33
66
id ="themeIcon "
34
67
class ="material-symbols-outlined header-items "
35
68
onclick ="toggleTheme() "
36
- style ="cursor: pointer; "
69
+ style ="cursor: pointer "
37
70
> light_mode</ span
38
71
>
39
72
</ div >
@@ -53,12 +86,18 @@ <h2 class="header-items">Jadwal Sholat</h2>
53
86
</ div >
54
87
</ div >
55
88
< div class ="infotext ">
56
- < span class ="countdown " id ="countdown "> </ span >
57
- < sl-progress-bar id ="progressBar " max ="100 " class ="progress "> </ sl-progress-bar >
89
+ < span class ="countdown " id ="countdown "> </ span >
90
+ < sl-progress-bar
91
+ id ="progressBar "
92
+ max ="100 "
93
+ class ="progress "
94
+ > </ sl-progress-bar >
58
95
</ div >
59
96
</ div >
60
97
< div class ="container " id ="timingsContainer "> </ div >
61
- < div class ="footer "> Made with ❤️ by < a href ="https://github.com/abdipr "> Abdi</ a > </ div >
98
+ < div class ="footer ">
99
+ Made with ❤️ by < a href ="https://github.com/abdipr "> Abdi</ a >
100
+ </ div >
62
101
< script src ="script.js "> </ script >
63
102
</ body >
64
- </ html >
103
+ </ html >
0 commit comments