🦀/100 Projects/Notes/Source

index.html

View on GitHub
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Yew Chat</title>
</head>
<body>
  <div id="app"></div>
  <script type="module">
    import init from "/yew_chat_ui.js";
    init();
  </script>
</body>
</html>

← Back to folder