Add index.html

This commit is contained in:
first_admin 2024-08-24 18:39:56 +00:00
parent acaed54d57
commit da9e3e9160

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web page</title>
</head>
<body>
<h1>Hello World a</h1>
</body>
</html>