comparison react_games/public/games/index.html @ 83:49b611c808e7

Linked React games to mrjunejune pages.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 12:56:14 -0800
parents fb9bcd3145cb
children
comparison
equal deleted inserted replaced
82:1ded13720541 83:49b611c808e7
1 <HTML> 1 <HTML>
2 <head> 2 <head>
3 <title> All games </title> 3 <title> React Games I wrote for fun </title>
4 <link rel="stylesheet" type="text/css" href="/base.css"></link> 4 <link rel="stylesheet" type="text/css" href="/index.css" crossorigin>
5 <link rel="preload" href="/games/Games.js" as="script"></link> 5 <link rel="preload" href="/games/Games.js" as="script" crossorigin>
6 </head> 6 </head>
7 <body> 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> 8 <div id="root"></div>
20 <script type="module" src="/games/Games.js"></script> 9 <script type="module" src="/games/Games.js"></script>
21 </body> 10 </body>
22 </HTML> 11 </HTML>