edited index.html

This commit is contained in:
Johannes Schnürle 2022-07-08 21:12:49 +02:00
parent 57917d9cb8
commit 760af79fed

View file

@ -1 +1,11 @@
Hello World
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>codedotjs</title>
</head>
<body>
<h1>codedotjs</h1>
<p>This is my website. In the moment there is not much to see here.</p>
</body>
</html>