tools/src/main/index.html

49 lines
1.5 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>
2021-03-26 03:48:32 +01:00
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto.css" crossorigin="anonymous" />
2021-04-15 23:49:37 +02:00
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/1.x.x/bundle.css" crossorigin="anonymous" />
2021-03-26 03:48:32 +01:00
<link rel="stylesheet" href="main.css?v=%%VERSION_NUMBER%%" />
2020-05-17 16:49:10 +02:00
</head>
<body>
<noscript>
<span style="color: red; font-weight: bold;">
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>.
</span>
</noscript>
<main style="display: none;">
<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>
<!-- Scripts -->
2021-04-15 23:49:37 +02:00
<script src="https://static.fwdekker.com/lib/template/1.x.x/bundle.js" crossorigin="anonymous"></script>
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>