wiki/startpage.html
2024-07-03 12:38:50 +00:00

37 lines
924 B
HTML

<!--
title: Startseite
description:
published: true
date: 2024-07-03T12:38:45.624Z
tags:
editor: code
dateCreated: 2024-07-03T12:38:45.624Z
-->
<head>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.1.3/axios.min.js"
integrity="sha512-0qU9M9jfqPw6FKkPafM3gy2CBAvUWnYVOfNPDYKVuRTel1PrciTj+a9P3loJB+j0QmN2Y0JYQmkBBS8W+mbezg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="./script.js" defer></script>
<link rel="stylesheet" type="text/css" href="./style.css" />
</head>
<body>
<main>
<section class="intro-text">
<div class="container">
<h1>Life of Garth</h1>
<p>
Garth keeps an accurate log of all his core memories; these core
memories are written in his soul.
</p>
</div>
</section>
<section class="timeline-section">
<ul id="timeline"></ul>
</section>
</main>
</body>