fix security and nutml warnings

This commit is contained in:
2023-12-29 16:07:58 +01:00
parent ac4fef69a0
commit c8bd69ac2c
2 changed files with 5 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<link rel="icon" sizes="192x192" href="/android-chrome-192x192.png">
<link rel="icon" sizes="512x512" href="/android-chrome-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="apple-touch-startup-image" sizes="256x256" href="/apple-touch-startup-256x256.png">
<link rel="apple-touch-startup-image" href="/apple-touch-startup-256x256.png">
<style>
/* CSS for mobile, tablet, and print optimization */
@media screen and (max-width: 600px) {
@ -153,7 +153,7 @@
<!-- Link to your own Humans.txt file -->
<p>
<a href="/humans.txt">
<img src="/humanstxt-isolated-blank.gif" alt="" width="88" height="31">Support humans.txt</a>
<img src="/humanstxt-isolated-blank.gif" alt="" width="88" height="31">Support humans.txt
</a>
</p>
</footer>