Fixed bugs/typos and added the base for the SC Tracker toy

This commit is contained in:
2025-08-30 23:05:15 +02:00
parent 95c10f3747
commit da4ffe176c
7 changed files with 105 additions and 5 deletions
+19 -1
View File
@@ -15,6 +15,15 @@
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://bytedice.net/toys">
<meta name="description" content="A list of fun web-based tools made by Byte Dice.">
<meta name="keywords" content="Byte Dice, pixel art, procedural generation, game art, digital art, ByteDice showcase">
<meta name="author" content="Byte Dice">
<meta property="og:title" content="Byte Dice">
<meta property="og:description" content="A list of fun web-based tools made by Byte Dice.">
<meta property="og:url" content="https://bytedice.net/toys">
<meta property="og:type" content="website">
</head>
<body>
@@ -26,11 +35,20 @@
<button onclick="slideTransition('/toys/license', event)" class="toyContainer borderedRect">
<img class="toyImg" src="/assets/boykisserLicense.png">
<div class="toyTextContainer">
<h1>Boykisser license generator</h1>
<h1>Boykisser License Generator</h1>
<p class="desc">Automatically generates a "Boykissser license" for you. Free of charge and very silly.</p>
</div>
</button>
</li>
<li class="toyLi">
<button onclick="slideTransition('/toys/sc-tracker', event)" class="toyContainer borderedRect">
<img class="toyImg" src="/assets/backgrounds/embedImage.png">
<div class="toyTextContainer">
<h1>Helldivers 2 Super Credit Tracker</h1>
<p class="desc">Tracks your Helldivers 2 Super Credit farming sessions.</p>
</div>
</button>
</li>
</ul>
</div>