astro/packages/integrations/sitemap/test/fixtures/trailing-slash/src/pages/two.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>Two</title>
</head>
<body>
<h1>Two</h1>
</body>
</html>