Spaces:
Running
Running
Income tax link from news web get _ https://www.incometax.gov.in/iec/foportal/latest-news
Browse files- components/navbar.js +4 -1
- index.html +9 -2
components/navbar.js
CHANGED
|
@@ -60,7 +60,10 @@ class CustomNavbar extends HTMLElement {
|
|
| 60 |
<span class="notification-badge">3</span>
|
| 61 |
</a>
|
| 62 |
<a href="#" class="nav-link">Help</a>
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
| 64 |
</div>
|
| 65 |
</nav>
|
| 66 |
`;
|
|
|
|
| 60 |
<span class="notification-badge">3</span>
|
| 61 |
</a>
|
| 62 |
<a href="#" class="nav-link">Help</a>
|
| 63 |
+
<a href="https://www.incometax.gov.in/iec/foportal" class="nav-link flex items-center" target="_blank">
|
| 64 |
+
<i data-feather="file-text" class="mr-1"></i> Tax Portal
|
| 65 |
+
</a>
|
| 66 |
+
</div>
|
| 67 |
</div>
|
| 68 |
</nav>
|
| 69 |
`;
|
index.html
CHANGED
|
@@ -38,7 +38,6 @@
|
|
| 38 |
status="active"
|
| 39 |
new-content="2 new reports">
|
| 40 |
</custom-notification-card>
|
| 41 |
-
|
| 42 |
<custom-notification-card
|
| 43 |
title="Science Journal"
|
| 44 |
url="https://science.example.com"
|
|
@@ -46,7 +45,15 @@
|
|
| 46 |
status="inactive"
|
| 47 |
new-content="No new content">
|
| 48 |
</custom-notification-card>
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
<div class="mt-12 bg-white rounded-xl shadow-md p-6">
|
| 52 |
<h2 class="text-xl font-semibold mb-4">Add New Website to Monitor</h2>
|
|
|
|
| 38 |
status="active"
|
| 39 |
new-content="2 new reports">
|
| 40 |
</custom-notification-card>
|
|
|
|
| 41 |
<custom-notification-card
|
| 42 |
title="Science Journal"
|
| 43 |
url="https://science.example.com"
|
|
|
|
| 45 |
status="inactive"
|
| 46 |
new-content="No new content">
|
| 47 |
</custom-notification-card>
|
| 48 |
+
|
| 49 |
+
<custom-notification-card
|
| 50 |
+
title="Income Tax Updates"
|
| 51 |
+
url="https://www.incometax.gov.in/iec/foportal/latest-news"
|
| 52 |
+
last-checked="1 minute ago"
|
| 53 |
+
status="active"
|
| 54 |
+
new-content="3 new notifications">
|
| 55 |
+
</custom-notification-card>
|
| 56 |
+
</div>
|
| 57 |
|
| 58 |
<div class="mt-12 bg-white rounded-xl shadow-md p-6">
|
| 59 |
<h2 class="text-xl font-semibold mb-4">Add New Website to Monitor</h2>
|