Mercurial
diff react_games/public/games/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 | 49b611c808e7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/react_games/public/games/index.html Mon Dec 01 20:22:47 2025 -0800 @@ -0,0 +1,22 @@ +<HTML> + <head> + <title> All games </title> + <link rel="stylesheet" type="text/css" href="/base.css"></link> + <link rel="preload" href="/games/Games.js" as="script"></link> + </head> + <body> + <!-- Animated background particles --> + <div class="particle"></div> + <div class="particle"></div> + <div class="particle"></div> + <div class="particle"></div> + + <!-- Floating shapes --> + <div class="floating-shape shape-1"></div> + <div class="floating-shape shape-2"></div> + + + <div id="root"></div> + <script type="module" src="/games/Games.js"></script> + </body> +</HTML>