2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/iconify-icon-demo/lit-demo/index.html

28 lines
541 B
HTML
Raw Normal View History

<!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>lit-demo</title>
</head>
<body>
<lit-demo></lit-demo>
<script type="module" src="./out-tsc/src/lit-demo.js"></script>
</body>
</html>