summaryrefslogtreecommitdiffstats
path: root/templates/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.html')
-rw-r--r--templates/main.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html
new file mode 100644
index 0000000..1e5ae50
--- /dev/null
+++ b/templates/main.html
@@ -0,0 +1,18 @@
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title> <!-- set automatically, see soupault.conf --> </title>
+ <meta name="viewport" content="width=device-width, user-scalable=no">
+ <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+ <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/distr/fira_code.css">
+ <link rel="stylesheet" href="https://edwardtufte.github.io/et-book/et-book.css">
+ <link rel="stylesheet" href="/style/main.css">
+ </head>
+ <body id="default">
+ <!-- your page content will be inserted here,
+ see the content_selector option in soupault.conf -->
+ </body>
+</html>