tools/src/main/index.html

55 lines
1.8 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" />
2021-04-15 23:49:37 +02:00
<meta name="author" content="F.W. Dekker" />
2020-05-17 16:49:10 +02:00
<meta name="application-name" content="Tools" />
<meta name="description" content="FWDekker's tools" />
<meta name="theme-color" content="#0033cc" />
<title>Tools | FWDekker</title>
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/2.x.x/template.css" />
2021-04-28 13:59:03 +02:00
<!--suppress HtmlUnknownTarget -->
2021-03-26 03:48:32 +01:00
<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>
2020-05-17 16:49:10 +02:00
</head>
<body>
<noscript>
<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>
2021-04-28 13:59:03 +02:00
<main class="hidden">
2020-05-17 16:49:10 +02:00
<div id="nav"></div>
<div id="contents">
<div id="header"></div>
<!-- Listing -->
<section class="container">
<div class="row">
<div class="column">
<div id="listing"></div>
</div>
</div>
</section>
</div>
<div id="footer"></div>
</main>
<script src="https://static.fwdekker.com/lib/template/2.x.x/template.js"></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>