0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/packages/integrations/vercel/test/fixtures/streaming/src/pages/one.astro
2023-11-07 14:01:04 +00:00

8 lines
85 B
Text

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