forked from tools/josh
1
0
Fork 0

Add useful links to noscript tag

This commit is contained in:
Florine W. Dekker 2021-05-17 16:15:37 +02:00
parent bb9c535bb3
commit ebf1c89306
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
3 changed files with 20 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.40.8",
"version": "0.40.9",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -1,3 +1,8 @@
noscript ul {
text-align: center;
}
#terminal a {
cursor: pointer;
text-decoration: none;

View File

@ -35,10 +35,21 @@
<div id="terminal"><!--
--><noscript><!--
--><img src="https://stats.fwdekker.com/count?p=/" alt="Counting pixel" /><!--
--><p><!--
-->This website does not function if JavaScript is disabled. <!--
-->Please check the <a href="https://www.enable-javascript.com/"><!--
-->instructions how to enable JavaScript in your web browser</a>. <!--
--></p><!--
--><!--
-->This website does not function if JavaScript is disabled. <!--
-->Please check the <a href="https://www.enable-javascript.com/"><!--
-->instructions how to enable JavaScript in your web browser</a>.<!--
--><p><!--
-->Either way, these are the most important pages on my website:<!--
--></p><!--
--><ul><!--
--><li><a href="https://fwdekker.com/privacy/">Privacy policy</a></li><!--
--><li><a href="https://fwdekker.com/about/">About me</a></li><!--
--><li><a href="https://git.fwdekker.com/">Self-hosted Gitea repositories</a></li><!--
--><li><a href="https://fwdekker.com/api/nav/">JSON site map</a></li><!--
--></ul><!--
--></noscript><!--
--><div id="ie-warning" class="hidden"><!--
-->This website does not function with Internet Explorer. <!--