Files
leporello-js/docs/examples/todos-preact/index.html
Dmitry Vasilev c918674d0c todos-preact
2023-07-14 03:31:46 +03:00

14 lines
278 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Todos Example</title>
<script type='module'>
if(new URLSearchParams(window.location.search).get('leporello') == null) {
await import('./index.js');
}
</script>
</head>
<body>
</body>
</html>