Files
lit-examples/lit-wmr/public/index.html
T

16 lines
457 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lit + WMR</title>
<meta name="description" content="Lit WMR App" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" href="data:" />
<link rel="modulepreload" as="script" href="/index.js" />
</head>
<body>
<simple-greeting></simple-greeting>
<script type="module" src="./index.js"></script>
</body>
</html>