summaryrefslogtreecommitdiff
path: root/examples/framework-react/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-react/src/pages/index.astro')
-rw-r--r--examples/framework-react/src/pages/index.astro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/framework-react/src/pages/index.astro b/examples/framework-react/src/pages/index.astro
index a62427dd9..35270638c 100644
--- a/examples/framework-react/src/pages/index.astro
+++ b/examples/framework-react/src/pages/index.astro
@@ -2,10 +2,11 @@
// Component Imports
import Counter from '../components/Counter.jsx'
+
// Full Astro Component Syntax:
// https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md
---
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" />
<meta