Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PZV5077 committed Jun 12, 2024
1 parent 201f0a4 commit 65305f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,22 @@
<main>
<div class="intro__header">
<h1>Game Selector</h1>

<p style="text-align: left; margin-bottom: 0;">Original Collection</p>
<hr/>

<a href="dino/" class="game-button">Dino</a>
<a href="dino3d/" class="game-button">Dino 3D</a>
<a href="surf" class="game-button">S.U.R.F.</a>
<a href="operius/" class="game-button">Operius</a>
<br>
<p style="text-align: left; margin-bottom: 0;">New Collection</p>
<hr/>
<a href="snake/" class="game-button">Snake</a>
<a href="snake3d/" class="game-button">Snake 3D</a>
<a href="flappy/" class="game-button">Flappy</a>
<a href="pong/" class="game-button">Pong</a>
<br>
<p>Choose one and start your journey.</p>
<br>
</div>
Expand Down
2 changes: 1 addition & 1 deletion log.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1>LOG</h1>


<footer class="footer">
<div class="version"><a href="log.html">Powered by PZV. Version 0.0.2</a> </div>
<div class="version"><a href="log.html">Powered by PZV. Version Beta 0.0.2</a> </div>
</footer>

<div class="dot-grid">
Expand Down
Binary file modified surf/resources/surf/objects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified surf/resources/surf/player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65305f3

Please sign in to comment.