Create index.html

This commit is contained in:
EnderIce2 2024-11-27 01:23:06 +02:00 committed by GitHub
parent b721cb8a28
commit e31d8ab90a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>
Hello World!
</title>
</head>
<body>
Hello World!
</body>
</html>