diff options
Diffstat (limited to 'examples/ssr/src/pages/index.astro')
-rw-r--r-- | examples/ssr/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/src/pages/index.astro b/examples/ssr/src/pages/index.astro index 8f985e5b4..23a4c2721 100644 --- a/examples/ssr/src/pages/index.astro +++ b/examples/ssr/src/pages/index.astro @@ -8,7 +8,7 @@ import '../styles/common.css'; const products = await getProducts(Astro.request); --- -<html> +<html lang="en"> <head> <title>Online Store</title> <style> |