Skip to content

Commit

Permalink
Fix: Updated python game logic (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 20, 2024
1 parent ea6f94f commit c3846d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="icon" type="image/x-icon" href="../../utils/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="../../manifest.json">
<meta name="theme-color" content="#000000">
</head>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-CZ3YJF00CG"></script>
Expand Down Expand Up @@ -45,7 +46,7 @@ <h2 style="color: white; margin-top: 25px">Explore Our Other Apps</h2>
<button style="font: inherit; margin-top: 10px" id="regenerateMaze1" onclick="window.location.href='https://movie-verse.com';">Visit The MovieVerse</button>
<button style="font: inherit; margin-top: 10px" id="regenerateMaze2" onclick="window.location.href='https://hoangsonww.github.io/RecipeGenie-App/';">Visit RecipeGenie</button>
<button style="font: inherit; margin-top: 10px" id="regenerateMaze3" onclick="window.location.href='https://hoangsonww.github.io/The-StickyNotes-App/';">Visit StickyNotes</button>
<button style="font: inherit; margin-top: 10px" id="regenerateMaze4" onclick="window.location.href='https://hoangsonww.github.io/WeatherMate-App/';">Visit WeatherMate</button>
<button style="font: inherit; margin-top: 10px; margin-bottom: 20px" id="regenerateMaze4" onclick="window.location.href='https://hoangsonww.github.io/WeatherMate-App/';">Visit WeatherMate</button>
</div>
</body>

Expand Down

0 comments on commit c3846d4

Please sign in to comment.