Add files via upload

This commit is contained in:
Tibo De Peuter 2023-07-07 16:59:58 +02:00 committed by GitHub
commit 332565236f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
index.html Normal file
View file

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