comparison react_games/public/todo/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> TODO </title>
4 <link rel="preload" href="/todo/todo.js" as="script"></link>
5 <style>
6 body {
7 margin: 0
8 }
9 </style>
10 </head>
11 <body>
12 <div id="root"></div>
13 <script type="module" src="/todo/todo.js"></script>
14 </body>
15 </HTML>