Merge pull request #10 from JoshHeaps/tech-debt/chess-cleanup

Add demo button for media.joshheaps.net
This commit is contained in:
Josh Heaps
2025-10-13 10:18:17 -06:00
committed by GitHub
+4 -1
View File
@@ -49,12 +49,15 @@
<button id="ChessDemo" class="demoButton" onclick="window.location.href='/chess'"> <button id="ChessDemo" class="demoButton" onclick="window.location.href='/chess'">
Play Chess Play Chess
</button> </button>
<button id="ChessDemo" class="demoButton" onclick="window.location.href='/particles'"> <button id="ParticleDemo" class="demoButton" onclick="window.location.href='/particles'">
Particle Simulator Particle Simulator
</button> </button>
<button id="MemoryLane" class="demoButton" onclick="window.location.href='/memorylane'"> <button id="MemoryLane" class="demoButton" onclick="window.location.href='/memorylane'">
Memory Lane Memory Lane
</button> </button>
<button id="CloadStorageDemo" class="demoButton" onclick="window.location.href='https://media.joshheaps.net'">
Cloud Image Storage
</button>
<button id="MoreFiller" class="demoButton"> <button id="MoreFiller" class="demoButton">
More coming soon... More coming soon...
</button> </button>