Files
dialog-demo/index.html
Julien Lengrand-Lambert 4036eb24b7 Creates demo repo
2022-07-22 10:07:53 +02:00

28 lines
545 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Put your description here.">
<base href="/">
<style>
html,
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #ededed;
}
</style>
<title>dialog-demo</title>
</head>
<body>
<dialog-demo></dialog-demo>
<script type="module" src="./src/dialog-demo.js"></script>
</body>
</html>