From 21d8118c73d99ce45c89170825be7f997d32d168 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 1 Nov 2019 17:58:31 +0100 Subject: [PATCH 1/1] Add cdn.html: Single document without any additional local resources That is the simplest way which avoids any kind of packaging, npm, etc. It's also the slowest. --- cdn.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cdn.html diff --git a/cdn.html b/cdn.html new file mode 100644 index 0000000..115a00c --- /dev/null +++ b/cdn.html @@ -0,0 +1,25 @@ + + lit-html CDN example + + + + + + + +

lit-html CDN examples

+ +

Hello World

+ + + -- 2.39.2