Add page1.html #1

Open
first_admin wants to merge 1 commits from feature1 into main
Showing only changes of commit 15d95bd105 - 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>