view react_games/public/current/index.html @ 44:0cfd7d9277b0

[ReactGame] 2048
author MrJuneJune <me@mrjunejune.com>
date Wed, 03 Dec 2025 18:34:22 -0800
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>