Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShipmasterKyle authored Mar 27, 2022
1 parent 33839d1 commit 20627e1
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,36 +74,8 @@ <h4 style="font-weight: 400;" class="segoeui">User</h4>


<div id="games" style="display: inline; height: 175px; float: left;">
<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="1">
<img src="https://cdn.discordapp.com/attachments/920846599528255538/925500919150432336/lemon_attack.png" style="width: 150px; height: 150px;" id="gameIcon1">

<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Lemon Attack</p>
</div>

<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="2">
<img src="https://cdn.discordapp.com/attachments/920846599528255538/925140242078515230/tetrisicon.jpg" style="width: 150px; height: 150px;" id="gameIcon2">

<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Tetris</p>
</div>

<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="3">
<img src="https://cdn.discordapp.com/attachments/912067668608159764/918965110549123092/unknown.png" style="width: 150px; height: 150px;" id="gameIcon3">

<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">City World</p>
</div>

<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="4">
<img src="https://cdn.discordapp.com/attachments/912067668608159764/918965110549123092/unknown.png" style="width: 150px; height: 150px;" id="gameIcon4">

<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Really Good Game 4</p>
</div>

<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="5">
<img src="https://cdn.discordapp.com/attachments/912067668608159764/918965110549123092/unknown.png" style="width: 150px; height: 150px;" id="gameIcon5">

<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Really Good Game 5</p>
</div>


</div>
<script src="./renderer.js"></script>
</body>
</html>

1 comment on commit 20627e1

@infernostars
Copy link

Choose a reason for hiding this comment

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

nooo!!!! really good game 3!!

Please sign in to comment.