Add bad site map to no-JS page

This commit is contained in:
Florine W. Dekker 2021-04-16 00:00:18 +02:00
parent 230d902ddc
commit 2295f4a6d5
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tools",
"version": "1.0.6",
"version": "1.1.0",
"description": "Main page for the /tools directory.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -16,11 +16,16 @@
</head>
<body>
<noscript>
<span style="color: red; font-weight: bold;">
<p style="color: red; font-weight: bold;">
This website does not function if JavaScript is disabled.
Please check the <a href="https://www.enable-javascript.com/">
instructions on how to enable JavaScript in your web browser</a>.
</span>
</p>
<p>
Alternatively, consider this hard-to-read site map.<br />
<iframe src="https://fwdekker.com/api/nav/" width="800px" height="400px">Failed to load the site map.</iframe>
</p>
</noscript>
<main style="display: none;">
<div id="nav"></div>