added index.html

This commit is contained in:
Julian Brammer 2023-11-23 19:41:34 +00:00
parent f461641b22
commit ff741ecadc

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello world</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>