]> piware.de Git - webcomponents.git/blob - npm/index.html
Add PatternFly Elements CDN demo
[webcomponents.git] / npm / index.html
1 <head>
2     <title>lit-html npm example</title>
3     <meta charset="utf-8">
4     <script type="module" src="./hello-world.js"></script>
5 </head>
6
7 <body>
8
9 <h1>Hello world with lit-html from npm</h1>
10
11 <p>If you don't see hello world below, you need to run <code>npm install</code>.</p>
12
13 <hello-world></hello-world>
14 </body>
15