first commit

This commit is contained in:
2024-09-02 13:00:23 +03:00
commit 8314e32bc6
5 changed files with 83 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello world!</title>
</head>
<body>
<h1>Hello!</h1>
</body>
</html>