mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
Update apps.html
This commit is contained in:
parent
713e4e218d
commit
2bf145bf7a
14
apps.html
14
apps.html
@ -103,21 +103,21 @@
|
||||
<button id="category" onclick="categoryChanger()">Game Categories</button>
|
||||
</div>
|
||||
|
||||
<h2>Starred Games</h2>
|
||||
<p id="pinnedmessage">Star some games for things to show up here!</p>
|
||||
<h2>Starred Apps</h2>
|
||||
<p id="pinnedmessage">Star some apps for things to show up here!</p>
|
||||
<div id="pinned"></div>
|
||||
|
||||
<h2>All Games</h2>
|
||||
<h2>All Apps</h2>
|
||||
<div id="games">
|
||||
<a href="/suggest.html"
|
||||
><div class="suggest">
|
||||
<img src="img/addlink.svg" alt="Add Game logo" style="filter: invert(1) !important" />
|
||||
<h1>Suggest a game!</h1>
|
||||
<h1>Suggest a app!</h1>
|
||||
</div></a
|
||||
>
|
||||
<p id="message">games loading..</p>
|
||||
<p id="message">games not loading? click ctrl + shift + r</p>
|
||||
<button id="message" onclick='$.getJSON("/data/apps.json", function (data) {loadGames(data)})'>Games not loading? Click here.</button>
|
||||
<p id="message">apps loading..</p>
|
||||
<p id="message">apps not loading? click ctrl + shift + r</p>
|
||||
<button id="message" onclick='$.getJSON("/data/apps.json", function (data) {loadGames(data)})'>Apps not loading? Click here.</button>
|
||||
</div>
|
||||
<div id="adcontainer">
|
||||
<script type="text/javascript" src="//snailthreatenedinvited.com/f9/78/06/f97806fd0f338057a67abb4e5e710970.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user