diff --git a/404.html b/404.html index 73406f1..24d7a40 100644 --- a/404.html +++ b/404.html @@ -67,12 +67,11 @@ /* Media Query for Mobile */ @media screen and (max-width: 600px) { p { - width: 90%; /* Adjust width for smaller screens */ + width: 90%; } h1 { - font-size: 30px; /* Adjust font size for smaller screens */ + font-size: 30px; } - /* Add more adjustments as needed */ } @@ -87,8 +86,7 @@

404

If you think this an error, please wait for a while. I use Github Pages as a hosting service, so they may be down.
Please make sure you are not typoing. Some older browsers may not - support root URLS &/or domains without protocols, so try using - this URL. + support root URLS &/or domains without protocols, so try acesssing the resource requested fully, like

https://passmgrgui.github.io/resource.html

diff --git a/noscript.html b/noscript.html index 9b8dd9a..35ad97c 100644 --- a/noscript.html +++ b/noscript.html @@ -67,12 +67,11 @@ /* Media Query for Mobile */ @media screen and (max-width: 600px) { p { - width: 90%; /* Adjust width for smaller screens */ + width: 90%; } h1 { - font-size: 30px; /* Adjust font size for smaller screens */ + font-size: 30px; } - /* Add more adjustments as needed */ }