view react_games/public/current/index.html @ 61:9df5587cf23b

[Color game] It can compile on windows now.
author June Park <me@mrjunejune.com>
date Sat, 20 Dec 2025 21:07:34 -0500
parents fb9bcd3145cb
children
line wrap: on
line source

<HTML>
  <head>
    <title> Currently working on path </title>
    <link rel="preload" href="/current/current.js" as="script"></link>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/current/current.js"></script>
  </body>
</HTML>