-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
25 lines (23 loc) · 985 Bytes
/
header.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
<!-- Scripts -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2246064541127052" crossorigin="anonymous"></script>
<!-- Begin Header -->
<header class="bar">
<div class="w3-left">
<button id="theme" class="darkbtn" onclick="themeToggle()"><i class="fa-solid fa-moon" aria-hidden="true"></i></button>
</div>
<div class="w3-right">
<h4 id="datetime"></h4>
<script type="text/javascript" src="https://hsbasu.github.io/styles/jscripts/datetime.js"></script>
</div>
</br></br>
<div class="center">
<a href="https://hsbasu.github.io">
<picture>
<source srcset="https://hsbasu.github.io/styles/icons/mamolinux-logo.png" media="(max-width: 600px)">
<source srcset="https://hsbasu.github.io/styles/icons/mamolinux-logo-banner.png">
<img src="https://hsbasu.github.io/styles/icons/mamolinux-logo-banner.png" alt="mamolinux-logo">
</picture>
</a>
</div>
</header>
<!-- End Header -->