UNPKG

@epa-wg/custom-element-dist

Version:

Binary distribution for [@epa-wg/custom-element][git-url] with StoryBook and test coverage

18 lines (17 loc) 535 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vite + Lit + TS</title> <link rel="stylesheet" href="./src/index.css" /> <script type="module" src="src/custom-element/custom-element.js"></script> </head> <body> <custom-element> <h1>custom-element</h1> Build web application without JavaScript. </custom-element> </body> </html>