view mrjunejune/pages/react/index.html @ 62:ea9ef388ab97

[Seobeo] Fixed issues with epoll or kqeue in different threads. Initizlied the event looop inside of the thread itself.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 11:48:11 -0800
parents 08a465eec50b
children
line wrap: on
line source

<html lang="en">
  <head>
    <BaseHead title="Resume" description="June's resume" />
  </head>
  <body>
    <div id="root"></div>
    <p> Hello </p>
  </body>
  <script src="/hello.js"></script>
</html>