pages-test/index.html

15 lines
134 B
HTML
Raw Normal View History

2023-12-15 16:43:56 +00:00
<!doctype html>
<head>
<title>Hello Pages</title>
</head>
<body>
2023-12-15 16:51:14 +00:00
<h1>Hello Pages from sub-repo</h1>
2023-12-15 16:43:56 +00:00
</body>
</html>