This commit is contained in:
Schrottkatze 2023-12-08 12:09:43 +01:00
commit 455811c844
9 changed files with 240 additions and 0 deletions

27
public/index.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1.0, initial-scale=1.0">
<script src="/main.js" type="text/javascript"></script>
<link rel="stylesheet" href="style.css">
<title>javascripting(tm)</title>
</head>
<body>
<header>
<div></div>
<h1>Hello world</h1>
</header>
<main>
<section>
<h2>Example text</h2>
</section>
</main>
<footer>
<p>some footer text</p>
</footer>
</body>
</html>