aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/test/fixtures/no-output/src/pages/index.astro
blob: 6368ce11843b926d313b31880759036fd092d200 (plain) (blame)
1
2
3
4
5
6
7
8
<html>
	<head>
		<title>testing</title>
	</head>
	<body>
		<h1>testing</h1>
	</body>
</html>