astro/packages/integrations/sitemap/test/fixtures/trailing-slash/src/pages/one.astro

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
85 B
Text
Raw Normal View History

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