pages-test/index.html

15 lines
144 B
HTML
Raw Permalink Normal View History

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