infinite loading screen toy
This commit is contained in:
+10
-1
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
</button>
|
||||
</li>
|
||||
<li class="toyLi">
|
||||
<!-- <li class="toyLi">
|
||||
<button onclick="slideTransition('/toys/sc-tracker', event)" class="toyContainer borderedRect">
|
||||
<img class="toyImg" src="/assets/backgrounds/embedImage.png">
|
||||
<div class="toyTextContainer">
|
||||
@@ -48,6 +48,15 @@
|
||||
<p class="desc">Tracks your Helldivers 2 Super Credit farming sessions.</p>
|
||||
</div>
|
||||
</button>
|
||||
</li> -->
|
||||
<li class="toyLi">
|
||||
<button onclick="slideTransition('/toys/loading', event)" class="toyContainer borderedRect">
|
||||
<img class="toyImg" src="/assets/byte_dice_fancy_64x64.png">
|
||||
<div class="toyTextContainer">
|
||||
<h1>Loading Screen</h1>
|
||||
<p class="desc">The same loading screen as the website uses but less clutter and infinite. (Loading the rest of the description...)</p>
|
||||
</div>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user