Добавить test.html

This commit is contained in:
nia
2024-05-30 06:34:15 +00:00
parent c1687aec6a
commit 2915fd499b

10
test.html Normal file
View File

@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Тестовая страница</title>
</head>
<body>
<p>Это — моя страница</p>
</body>
</html>