json-timeline
Version:
Generate Interactive Timelines stored in JSON Advents with Tags.
18 lines (17 loc) • 474 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Timeline</title>
<link rel="stylesheet" href="/index.css">
<script type="module" src="/advents.js"></script>
<script type="module" src="/renderAdvents.js"></script>
<script type="module" src="/index.js"></script>
</head>
<body>
<p class="timeline mono-text">Timeline</p>
<nav></nav>
<main></main>
</body>
</html>