Update index.html

This commit is contained in:
Tibo De Peuter 2023-07-09 17:38:09 +02:00 committed by GitHub
parent 43ba80da27
commit 8d8efc6705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Tibo De Peuter</title>
</head>
<body>
<h1>Hello there!</h1>
<p>My name is Tibo De Peuter. Even though this website may currently not look like much, please come back later and check out the finished product!</p>
<p>See you around! o7</p>
</body>
</html>