hosted/dossier_site/index.html

37 lines
1.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>InfraFabric Dossier</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header class="topbar">
<div class="brand">
<div class="title">InfraFabric Dossier</div>
<div class="subtitle">Submission • DataDriven • Uncut</div>
</div>
<div class="controls">
<label class="control">
<span class="label">Edition</span>
<select id="docSelect"></select>
</label>
<a id="openRaw" class="link" target="_blank" rel="noreferrer">Open raw</a>
</div>
</header>
<div class="layout">
<nav id="toc" class="toc" aria-label="Table of contents"></nav>
<main class="main">
<div id="status" class="status" role="status" aria-live="polite"></div>
<article id="content" class="content markdown-body"></article>
</main>
</div>
<script src="./vendor/marked.min.js"></script>
<script src="./app.js"></script>
</body>
</html>