]> piware.de Git - webcomponents.git/blobdiff - npm/index.html
Add npm: Separate html and js, taking lit-* from npm
[webcomponents.git] / npm / index.html
diff --git a/npm/index.html b/npm/index.html
new file mode 100644 (file)
index 0000000..b3b0e39
--- /dev/null
@@ -0,0 +1,15 @@
+<head>
+    <title>lit-html npm example</title>
+    <meta charset="utf-8">
+    <script type="module" src="./hello-world.js"></script>
+</head>
+
+<body>
+
+<h1>Hello world with lit-html from npm</h1>
+
+<p>If you don't see hello world below, you need to run <code>npm install</code>.</p>
+
+<hello-world></hello-world>
+</body>
+