🦀/100 Projects/Notes/Source

index.html

View on GitHub
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <title>Yew Hello App</title>
</head>
<body>
    <main></main>
    <script type="module">
        import init from './hello_yew.js';
        init();
    </script>
</body>
</html>

← Back to folder