Mercurial
view react_games/public/games/index.html @ 71:75de5903355c
Giagantic changes that update Dowa library to be more align with stb style array and hashmap. Updated Seobeo to be caching on server side instead of file level caching. Deleted bunch of things I don't really use.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sun, 28 Dec 2025 20:34:22 -0800 |
| parents | fb9bcd3145cb |
| children | 49b611c808e7 |
line wrap: on
line source
<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>