diff 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
line wrap: on
line diff
--- a/react_games/public/games/index.html	Thu Jan 01 12:45:22 2026 -0800
+++ b/react_games/public/games/index.html	Thu Jan 01 12:56:14 2026 -0800
@@ -1,21 +1,10 @@
 <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>
+    <title> React Games I wrote for fun </title>
+    <link rel="stylesheet" type="text/css" href="/index.css" crossorigin>
+    <link rel="preload" href="/games/Games.js" as="script" crossorigin>
   </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>