Change index.html

This commit is contained in:
Neshura 2023-12-15 17:43:56 +01:00
parent 89b4d9e5cb
commit aaa9221880
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -1,3 +1,14 @@
<h1>
Hello Pages <!doctype html>
</h1> <head>
<title>Hello Pages</title>
</head>
<body>
<h1>Hello Pages</h1>
</body>
</html>