From 96b6391f6763e59e1cc38f80870d2f9396ecb960 Mon Sep 17 00:00:00 2001 From: abearixong Date: Wed, 17 Dec 2025 10:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=B9=B6=E5=88=9B=E5=BB=BA=20index.html=EF=BC=8C?= =?UTF-8?q?=E5=8C=85=E5=90=AB=20Shadow=20DOM=20=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + index.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c47bd59 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + Shadow DOM Test + + +

Shadow DOM Example

+
+ + + \ No newline at end of file