Skip to content

Commit 61e77e1

Browse files
authored
Increment game count and add HTML Viewer card
1 parent dc3d9ac commit 61e77e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

games/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
<p>&nbsp;</p>
444444
<p>&nbsp;</p>
445445
<h1>Click A Game To Play!</h1>
446-
<h2>All Games/Apps: 68</h2>
446+
<h2>All Games/Apps: 69</h2>
447447
<a href="/featured-games" class="bloxy-rainbow-btn bloxy-btn">Featured Games</a>
448448
<a href="/refined-beta" class="bloxy-blue-btn bloxy-btn">Refined Beta</a>
449449
<a onclick="openIframe()" class="bloxy-orange-btn bloxy-btn">Open Games Tab In New Window</a>
@@ -825,6 +825,11 @@ <h3>Standstone - Proxy</h3>
825825
<h3>Dominum Browser</h3>
826826
<a class="play-btn" href="/apps/dominum-browser">Use</a>
827827
</div>
828+
<div class="game-card">
829+
<img src="/assets_developer_tools.png" alt="HTML Viewer">
830+
<h3>HTML Viewer</h3>
831+
<a class="play-btn" href="/apps/html-viewer">Use</a>
832+
</div>
828833
</div>
829834
</main>
830835

0 commit comments

Comments
 (0)