doomsday/src/main/index.html

92 lines
3.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<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="Doomsday" />
<meta name="description" content="Test your mastery of Conway's Doomsday rule." />
<meta name="theme-color" content="#0033cc" />
<meta name="fwd:nav:target" content="#nav" />
<meta name="fwd:nav:highlight-path" content="/Tools/Doomsday/" />
<meta name="fwd:footer:target" content="#footer" />
<meta name="fwd:footer:vcs-url" content="https://git.fwdekker.com/tools/doomsday/" />
<meta name="fwd:footer:version" content="v%%VERSION_NUMBER%%" />
<meta name="fwd:validation:load-forms" />
<title>Doomsday | FWDekker</title>
<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>
<noscript class="fwd-js-notice">
<img src="https://stats.fwdekker.com/count?p=/tools/doomsday/" alt="Counting pixel" />
<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>
<nav id="nav"></nav>
<main class="hidden container">
<div role="document">
<section>
<header class="fwd-header">
<hgroup>
<h1><a href=".">Doomsday</a></h1>
<h2>
Test your mastery of
<a href="https://en.wikipedia.org/wiki/Doomsday_rule" target="_blank">Conway's Doomsday rule</a>.
</h2>
</hgroup>
</header>
</section>
<section>
<form>
<details open id="century-details">
<summary><b id="century-title-label" data-label-for="century-input">Century</b></summary>
<div class="inputs">
<!--suppress HtmlFormInputWithoutLabel -->
<input type="text" id="century-input" class="quiz-input" autocomplete="off" autofocus />
<button type="button" id="century-submit" class="quiz-button">Check</button>
</div>
</details>
<details open id="year-details">
<summary><b id="year-title-label" data-label-for="year-input">Year</b></summary>
<div class="inputs">
<!--suppress HtmlFormInputWithoutLabel -->
<input type="text" id="year-input" class="quiz-input" autocomplete="off" />
<button type="button" id="year-submit" class="quiz-button">Check</button>
</div>
</details>
<details open id="day-details">
<summary><b id="day-title-label" data-label-for="day-input">Day</b></summary>
<div class="inputs">
<!--suppress HtmlFormInputWithoutLabel -->
<input type="text" id="day-input" class="quiz-input" autocomplete="off" />
<button type="button" id="day-submit" class="quiz-button">Check</button>
</div>
</details>
<button type="button" id="reset-button">Reset</button>
</form>
</section>
<footer id="footer"></footer>
</div>
</main>
<script src="https://static.fwdekker.com/lib/template/3.x.x/template.js?v=%%VERSION_NUMBER%%"></script>
<!--suppress HtmlUnknownTarget -->
<script src="bundle.js?v=%%VERSION_NUMBER%%"></script>
</body>
</html>