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

Commit 20627e1

Browse files
Update index.html
1 parent 33839d1 commit 20627e1

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

src/index.html

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -74,36 +74,8 @@ <h4 style="font-weight: 400;" class="segoeui">User</h4>
7474

7575

7676
<div id="games" style="display: inline; height: 175px; float: left;">
77-
<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="1">
78-
<img src="https://cdn.discordapp.com/attachments/920846599528255538/925500919150432336/lemon_attack.png" style="width: 150px; height: 150px;" id="gameIcon1">
79-
80-
<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Lemon Attack</p>
81-
</div>
82-
83-
<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="2">
84-
<img src="https://cdn.discordapp.com/attachments/920846599528255538/925140242078515230/tetrisicon.jpg" style="width: 150px; height: 150px;" id="gameIcon2">
85-
86-
<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Tetris</p>
87-
</div>
88-
89-
<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="3">
90-
<img src="https://cdn.discordapp.com/attachments/912067668608159764/918965110549123092/unknown.png" style="width: 150px; height: 150px;" id="gameIcon3">
91-
92-
<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">City World</p>
93-
</div>
94-
95-
<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="4">
96-
<img src="https://cdn.discordapp.com/attachments/912067668608159764/918965110549123092/unknown.png" style="width: 150px; height: 150px;" id="gameIcon4">
97-
98-
<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Really Good Game 4</p>
99-
</div>
100-
101-
<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="5">
102-
<img src="https://cdn.discordapp.com/attachments/912067668608159764/918965110549123092/unknown.png" style="width: 150px; height: 150px;" id="gameIcon5">
103-
104-
<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Really Good Game 5</p>
105-
</div>
106-
77+
78+
</div>
10779
<script src="./renderer.js"></script>
10880
</body>
10981
</html>

0 commit comments

Comments
 (0)