diff options
Diffstat (limited to 'examples/framework-lit/src/pages/index.astro')
-rw-r--r-- | examples/framework-lit/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/src/pages/index.astro b/examples/framework-lit/src/pages/index.astro index a351b8248..5ef314f6f 100644 --- a/examples/framework-lit/src/pages/index.astro +++ b/examples/framework-lit/src/pages/index.astro @@ -7,7 +7,7 @@ import { MyCounter } from '../components/my-counter.js'; // https://docs.astro.build/core-concepts/astro-components/ --- -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> |