Skip to content

Commit

Permalink
Made it glow!
Browse files Browse the repository at this point in the history
  • Loading branch information
Chs000-00 authored Mar 2, 2023
1 parent 9c37f31 commit 94f0463
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Front-End/games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,43 @@ <h2>Welcome to Gopher!</h2>
<span></span>
<span></span>
<span></span>
<button style="background-color:#122255;color:#5050c8;;" class="nb0">Asteroids Reloaded</button>
<button class="nb0">Asteroids Reloaded</button>
</a><br><br> <!--I have to add a /games/x As then it would not work on some links to this page-->

<a href="/games/ngon/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">ngon</button>
<button class="nb0">ngon</button>
</a><br><br>

<a href="/games/Asteroids/Old/Index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Asteroids</button>
<button class="nb0">Asteroids</button>
</a><br><br>

<a href="/games/Fnaw/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Five nights at winstons</button>
<button class="nb0">Five nights at winstons</button>
</a><br><br>

<a href="/games/Clicker/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Cookie clicker</button>
<button class="nb0">Cookie clicker</button>
</a><br><br>

<a href="/games/Webretro/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Webretro</button>
<button class="nb0">Webretro</button>
</a><br><br>

<a href="/games/stack/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Stack</button>
<button class="nb0">Stack</button>
</a><br><br>

<a href="/games/Super_Hot/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Super hot</button>
<button class="nb0">Super hot</button>
</a><br><br>

<a href="/games/btts/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Big tower tiny square</button>
<button class="nb0">Big tower tiny square</button>
</a><br><br>

<a href="/games/doodlejump/index.html">
<button style="background-color:#122255;color:#5050c8;" class="nb0">Doodle jump</button>
<button class="nb0">Doodle jump</button>
</a><br><br>
</div>

Expand Down

2 comments on commit 94f0463

@vercel
Copy link

@vercel vercel bot commented on 94f0463 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gopher – ./

gopher-git-main-logi1knobe.vercel.app
gopher-pi.vercel.app
gopher-logi1knobe.vercel.app

@Chs000-00
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@logi1knobe If you want to change it back change it in the css file please!

Please sign in to comment.