2020-07-26 15:17:03 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
|
<meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover">
|
|
|
|
<title>Ignite-Html Test</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<main-app></main-app>
|
|
|
|
</body>
|
|
|
|
|
2020-07-28 09:04:04 -07:00
|
|
|
<script src="WebComponentsPolyfill.js"></script>
|
|
|
|
<script type="module" src="main-app.js"></script>
|
2020-07-26 15:17:03 -07:00
|
|
|
|
|
|
|
</html>
|