forked from tools/josh
1
0
Fork 0
josh/src/main/index.html

73 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Florine W. Dekker" />
<meta name="application-name" content="FWDekker" />
<meta name="description" content="Florine W. Dekker's personal website" />
<meta name="theme-color" content="#0033cc" />
<meta property="og:url" content="https://fwdekker.com/" />
<meta property="og:title" content="FWDekker" />
<meta property="og:description" content="Florine W. Dekker's personal website">
<meta property="og:locale" content="en_GB" />
<meta name="fwd:nav:target" content="#nav" />
<meta name="fwd:nav:highlight-path" content="/" />
<title>FWDekker</title>
<!--suppress HtmlUnknownTarget -->
<link rel="icon" type="image/png" href="favicon.png?v=%%VERSION_NUMBER%%" />
<!--suppress HtmlUnknownTarget -->
<link rel="apple-touch-icon" href="icon_ios.png?v=%%VERSION_NUMBER%%" />
<link rel="manifest" href="manifest.json?v=%%VERSION_NUMBER%%">
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto-mono/roboto-mono.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/3.x.x/template.css?v=%%VERSION_NUMBER%%" />
<!--suppress HtmlUnknownTarget -->
<link rel="stylesheet" href="main.css?v=%%VERSION_NUMBER%%" />
<script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script>
</head>
<body>
<nav id="nav"></nav>
<main>
<!-- Comment out newlines and indents because of `white-space: pre-wrap` in CSS. -->
<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><!--
--><!--
--><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><!--
--><span id="terminal-output"></span><!--
--><span id="terminal-input"><!--
--><span id="terminal-input-prefix"></span><!--
--><span id="terminal-input-field" contenteditable="true" autocapitalize="none"
spellcheck="false"></span><!--
--></span><!--
--><span id="terminal-suggestions"></span><!--
--></div>
</main>
<!--suppress HtmlUnknownTarget -->
<script src="plain.js?v=%%VERSION_NUMBER%%"></script>
<script src="https://static.fwdekker.com/lib/template/3.x.x/template.js?v=%%VERSION_NUMBER%%"></script>
<!--suppress HtmlUnknownTarget -->
<script type="module" src="bundle.js?v=%%VERSION_NUMBER%%"></script>
</body>
</html>