tools/src/main/index.html

59 lines
2.1 KiB
HTML
Raw Normal View History

2020-05-17 16:49:10 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2022-02-28 16:53:00 +01:00
<meta name="author" content="Florine W. Dekker" />
2020-05-17 16:49:10 +02:00
<meta name="application-name" content="Tools" />
2022-02-28 16:53:00 +01:00
<meta name="description" content="Florine's tools" />
2020-05-17 16:49:10 +02:00
<meta name="theme-color" content="#0033cc" />
2022-11-21 22:08:43 +01:00
<meta name="fwd:nav:target" content="#nav" />
<meta name="fwd:nav:highlight-path" content="/Tools/" />
<meta name="fwd:footer:target" content="#footer" />
<meta name="fwd:footer:vcs-url" content="https://git.fwdekker.com/tools/tools/" />
<meta name="fwd:footer:version" content="v%%VERSION_NUMBER%%" />
2020-05-17 16:49:10 +02:00
<title>Tools | FWDekker</title>
2022-11-21 22:08:43 +01:00
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/3.x.x/template.css?v=%%VERSION_NUMBER%%" />
<script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script>
2020-05-17 16:49:10 +02:00
</head>
<body>
2022-11-21 22:08:43 +01:00
<noscript class="fwd-js-notice">
<img src="https://stats.fwdekker.com/count?p=/tools/" alt="Counting pixel" />
2021-04-28 13:59:03 +02:00
<p>
2020-05-17 16:49:10 +02:00
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>.
2021-04-16 00:00:18 +02:00
</p>
<p>
2021-05-17 15:54:26 +02:00
Alternatively, check out the <a href="https://fwdekker.com/api/nav/">JSON site map</a>.
2021-04-16 00:00:18 +02:00
</p>
2020-05-17 16:49:10 +02:00
</noscript>
2022-11-21 22:08:43 +01:00
<nav id="nav"></nav>
<main class="container hidden">
<div role="document">
<section>
<header class="fwd-header">
<hgroup>
<h1><a href=".">Tools</a></h1>
<h2>An overview of tools I have created.</h2>
</hgroup>
</header>
2020-05-17 16:49:10 +02:00
2022-11-21 22:08:43 +01:00
<!-- Listing -->
<div id="listing"></div>
2020-05-17 16:49:10 +02:00
</section>
2022-11-21 22:08:43 +01:00
<footer id="footer"></footer>
2020-05-17 16:49:10 +02:00
</div>
</main>
2022-11-21 22:08:43 +01:00
<script src="https://static.fwdekker.com/lib/template/3.x.x/template.js?v=%%VERSION_NUMBER%%"></script>
2021-04-16 00:58:37 +02:00
<!--suppress HtmlUnknownTarget -->
2021-03-26 03:48:32 +01:00
<script src="bundle.js?v=%%VERSION_NUMBER%%"></script>
2020-05-17 16:49:10 +02:00
</body>
</html>