Initial commit

This commit is contained in:
LiveEmily 2021-07-27 13:33:32 +02:00
commit 7041d01d59
1 changed files with 9 additions and 0 deletions

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<html>
<head>
<title>Test website!</title>
</head>
<body>
<h1>Hi there!</h1>
<p>This is a paragraph</p>
</body>
</html>