Add page1.html #3

Open
second_admin wants to merge 1 commits from some-feature into main
Showing only changes of commit 3833914e19 - Show all commits

10
page1.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>New page</h1>
</body>
</html>