summaryrefslogtreecommitdiff
path: root/examples/minimal/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minimal/src')
-rw-r--r--examples/minimal/src/pages/index.astro14
1 files changed, 4 insertions, 10 deletions
diff --git a/examples/minimal/src/pages/index.astro b/examples/minimal/src/pages/index.astro
index 55a5aac89..25f796bf1 100644
--- a/examples/minimal/src/pages/index.astro
+++ b/examples/minimal/src/pages/index.astro
@@ -1,19 +1,13 @@
---
-// Component imports and setup JavaScript go here!
----
+---
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
- <title>Welcome to Astro</title>
- <style>
- /* scoped CSS styles go here: */
- /* h1 { ... } */
- </style>
+ <title>Astro</title>
</head>
-
<body>
- <h1>Welcome to <a href="https://astro.build/">Astro</a></h1>
+ <h1>Astro</h1>
</body>
-</html>
+</html> \ No newline at end of file