summaryrefslogtreecommitdiff
path: root/examples/framework-lit/src
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2023-09-06 15:25:56 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-09-06 15:25:56 +0000
commiteb7615f25a88c25dc6db50b199877a8f79597a74 (patch)
tree74b5d3773ffb8fa7020e3d3cff2493ba4adc2ed6 /examples/framework-lit/src
parentc06b41a6b86a41ba4b1ffa4bdecafac9b7299768 (diff)
downloadastro-eb7615f25a88c25dc6db50b199877a8f79597a74.tar.gz
astro-eb7615f25a88c25dc6db50b199877a8f79597a74.tar.zst
astro-eb7615f25a88c25dc6db50b199877a8f79597a74.zip
[ci] format
Diffstat (limited to 'examples/framework-lit/src')
-rw-r--r--examples/framework-lit/src/pages/index.astro2
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" />