aboutsummaryrefslogtreecommitdiff
path: root/examples/with-vitest/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-vitest/src/pages/index.astro')
-rw-r--r--examples/with-vitest/src/pages/index.astro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/with-vitest/src/pages/index.astro b/examples/with-vitest/src/pages/index.astro
new file mode 100644
index 000000000..2d1410736
--- /dev/null
+++ b/examples/with-vitest/src/pages/index.astro
@@ -0,0 +1,16 @@
+---
+
+---
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <meta name="viewport" content="width=device-width" />
+ <meta name="generator" content={Astro.generator} />
+ <title>Astro</title>
+ </head>
+ <body>
+ <h1>Astro</h1>
+ </body>
+</html>