aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/sitemap/test/fixtures/static/src/pages/123.astro
blob: 115292de96e0baa7a6ba5baf2527a38c3de348d2 (plain) (blame)
1
2
3
4
5
6
7
8
<html>
	<head>
		<title>123</title>
	</head>
	<body>
		<h1>123</h1>
	</body>
</html>