summaryrefslogtreecommitdiffstats
path: root/templates/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/main.html b/templates/main.html
index d01eabf..3ce9eb5 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -2,15 +2,17 @@
<head>
<meta charset="utf-8">
<title> <!-- set automatically, see soupault.conf --> </title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport"
+ content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style/main.css">
<link rel="icon" type="image/ico" href="/img/merida.webp">
<noscript id="lazyloading">
<link rel="stylesheet" href="/vendors/katex.0.11.1/katex.css">
- <link rel="stylesheet" href="/vendors/fork-awesome.1.1.7/css/fork-awesome.min.css">
+ <link rel="stylesheet"
+ href="/vendors/fork-awesome.1.1.7/css/fork-awesome.min.css">
<link rel="stylesheet" href="/vendors/fira-code.2/font.css">
<link rel="stylesheet" href="/vendors/et-book/font.css">
- </noscript>
+ </nolink>
</head>
<body id="default">
<nav>
@@ -31,7 +33,7 @@
<script>
let noscript = document.getElementById('lazyloading');
let resources = noscript.innerText.split('\n');
-
+
for (var ix in resources) {
noscript.insertAdjacentHTML('beforebegin', resources[ix]);
}