astro/packages/integrations/vercel/test/fixtures/no-output/src/pages/index.astro

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

9 lines
93 B
Text
Raw Normal View History

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