diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-29 08:59:18 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-29 08:59:18 +0530 |
commit | e201f28a673351581c80a953a290dfe4e345f6a9 (patch) | |
tree | 1f99f1a0ae2c1b24af56a9623bfa9d6f65d371d7 /webui | |
parent | feeeb16c758a6571f1d191869704298270f42565 (diff) |
webui: Updating/Cleaning footer
Diffstat (limited to 'webui')
-rw-r--r-- | webui/index.html | 7 | ||||
-rw-r--r-- | webui/robots.txt | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/webui/index.html b/webui/index.html index 95090e5..a9e0ee6 100644 --- a/webui/index.html +++ b/webui/index.html @@ -24,8 +24,6 @@ - <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml"> - <body id="page"> @@ -63,10 +61,7 @@ <div id="home-footer"> <p>© 2023 - <a href="https://draconyan.xyz/">The Author</a> - - · <a href="/rss.xml" target="_blank" title="rss"> - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg> + <a href="https://draconyan.xyz/">TEAM 3- Meer Junaid, Bikram Kumar Poddar, Saumit Dinesan</a> </a> </p> diff --git a/webui/robots.txt b/webui/robots.txt index bc16c28..a252a5f 100644 --- a/webui/robots.txt +++ b/webui/robots.txt @@ -1,4 +1,3 @@ User-agent: * Disallow: Allow: / -Sitemap: https://example.com/blog/sitemap.xml |