astro/packages/integrations/sitemap/test/fixtures/trailing-slash/src/pages/two.astro
2022-08-30 11:45:16 -04:00

8 lines
85 B
Text

<html>
<head>
<title>Two</title>
</head>
<body>
<h1>Two</h1>
</body>
</html>