Files
leporello-js/docs/examples/todos-preact/index.html

14 lines
278 B
HTML
Raw Normal View History

2023-06-19 07:59:21 +03:00
<!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>