2
0
Fork 0

Initial commit

This commit is contained in:
Ksenia 2022-12-23 18:19:52 +00:00
commit 1427f270e4
1 changed files with 10 additions and 0 deletions

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Hello, World!</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>