docs: create startpage
This commit is contained in:
parent
c052e4f308
commit
6333220496
1 changed files with 37 additions and 0 deletions
37
startpage.html
Normal file
37
startpage.html
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<!--
|
||||||
|
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>
|
Loading…
Reference in a new issue