comparison 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
comparison
equal deleted inserted replaced
36:84672efec192 37:fb9bcd3145cb
1 <HTML>
2 <head>
3 <title> All games </title>
4 <link rel="stylesheet" type="text/css" href="/base.css"></link>
5 <link rel="preload" href="/games/Games.js" as="script"></link>
6 </head>
7 <body>
8 <!-- Animated background particles -->
9 <div class="particle"></div>
10 <div class="particle"></div>
11 <div class="particle"></div>
12 <div class="particle"></div>
13
14 <!-- Floating shapes -->
15 <div class="floating-shape shape-1"></div>
16 <div class="floating-shape shape-2"></div>
17
18
19 <div id="root"></div>
20 <script type="module" src="/games/Games.js"></script>
21 </body>
22 </HTML>