Update web/index.html
Browse files- web/index.html +11 -0
web/index.html
CHANGED
|
@@ -28,6 +28,12 @@
|
|
| 28 |
</button>
|
| 29 |
|
| 30 |
<ul class="nav">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
<li class="nav-item dropdown">
|
|
@@ -599,6 +605,11 @@
|
|
| 599 |
</script>
|
| 600 |
<script src="js/apps.js"></script>
|
| 601 |
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-56159088-1"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 602 |
<script>
|
| 603 |
window.dataLayer = window.dataLayer || [];
|
| 604 |
|
|
|
|
| 28 |
</button>
|
| 29 |
|
| 30 |
<ul class="nav">
|
| 31 |
+
<li class="nav-item">
|
| 32 |
+
<a class="nav-link text-muted my-2" href="#" id="modeSwitcher" data-mode="light">
|
| 33 |
+
<i data-feather="sun"></i>
|
| 34 |
+
</a>
|
| 35 |
+
</li>
|
| 36 |
+
|
| 37 |
|
| 38 |
|
| 39 |
<li class="nav-item dropdown">
|
|
|
|
| 605 |
</script>
|
| 606 |
<script src="js/apps.js"></script>
|
| 607 |
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-56159088-1"></script>
|
| 608 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.29.1/feather.min.js"></script>
|
| 609 |
+
|
| 610 |
+
<script>
|
| 611 |
+
feather.replace();
|
| 612 |
+
</script>
|
| 613 |
<script>
|
| 614 |
window.dataLayer = window.dataLayer || [];
|
| 615 |
|