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

8 lines
85 B
Text

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