Template used for pages on fwdekker.com
https://static.fwdekker.com/lib/template/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.7 KiB
51 lines
1.7 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
<meta name="author" content="F.W. Dekker" /> |
|
<meta name="application-name" content="Test" /> |
|
<meta name="description" content="A test page" /> |
|
<meta name="theme-color" content="#0033cc" /> |
|
|
|
<meta name="fwd:nav:target" content="#nav" /> |
|
<meta name="fwd:nav:highlight-path" content="/Tools/Dice/" /> |
|
<meta name="fwd:header:target" content="#header" /> |
|
<meta name="fwd:header:title" content="Test" /> |
|
<meta name="fwd:header:description" content="A test page" /> |
|
<meta name="fwd:footer:target" content="#footer" /> |
|
<meta name="fwd:footer:vcs-url" content="https://git.fwdekker.com/FWDekker/fwdekker-template/" /> |
|
<meta name="fwd:footer:version" content="vTEST" /> |
|
|
|
<title>Tools | FWDekker</title> |
|
|
|
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" /> |
|
<!--suppress HtmlUnknownTarget --> |
|
<link rel="stylesheet" href="../../dist/template.css" /> |
|
</head> |
|
<body> |
|
<noscript> |
|
<p> |
|
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>. |
|
</p> |
|
</noscript> |
|
<main> |
|
<div id="nav"></div> |
|
<div id="contents"> |
|
<div id="header"></div> |
|
|
|
<section class="container"> |
|
<p>These are the page contents.</p> |
|
|
|
<p>These are some more contents.</p> |
|
</section> |
|
</div> |
|
<div id="footer"></div> |
|
</main> |
|
|
|
<!--suppress HtmlUnknownTarget --> |
|
<script src="../../dist/template.js"></script> |
|
</body> |
|
</html>
|
|
|