comparison react_games/public/current/index.html @ 37:fb9bcd3145cb

[ReactGames] Few games I made using react just to practice few things.
author MrJuneJune <me@mrjunejune.com>
date Mon, 01 Dec 2025 20:22:47 -0800
parents
children
comparison
equal deleted inserted replaced
36:84672efec192 37:fb9bcd3145cb
1 <HTML>
2 <head>
3 <title> Currently working on path </title>
4 <link rel="preload" href="/current/current.js" as="script"></link>
5 </head>
6 <body>
7 <div id="root"></div>
8 <script type="module" src="/current/current.js"></script>
9 </body>
10 </HTML>