mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
19 lines
342 B
HTML
19 lines
342 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
<meta http-equiv="expires" content="0">
|
|
|
|
<title>My Demo</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Static content in index.html is preserved</h1>
|
|
|
|
<babel-demo-app></babel-demo-app>
|
|
</body>
|
|
|
|
</html>
|