72 lines
2.7 KiB
HTML
72 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
|
|
|
|
<link rel="stylesheet" href="/global/navBar.css">
|
|
<link rel="stylesheet" href="/global/globalStyle.css">
|
|
<link rel="stylesheet" href="/global/loadingScreen.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<link rel="icon" type="image/png" href="/assets/favicon_32x32.png">
|
|
<title>Byte Dice - Toys</title>
|
|
|
|
<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>
|
|
<div id="mainDiv">
|
|
<img src="/assets/backgrounds/starNoise_512x512.png" draggable="false" id="starNoise">
|
|
<canvas id="starfallCanvas"></canvas>
|
|
|
|
<div class="toyUl">
|
|
<div class="toyLi">
|
|
<button onclick="slideTransition('/toys/license', event)" class="toyContainer borderedRect">
|
|
<img class="toyImg" src="/assets/boykisserLicense.png">
|
|
<div class="toyTextContainer">
|
|
<h1>Boykisser License Generator</h1>
|
|
<p class="desc">Automatically generates a "Boykissser license" for you. Free of charge and very silly.</p>
|
|
</div>
|
|
</button>
|
|
</div>
|
|
<div 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>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="navBarContainer" data-alt="byte"></div>
|
|
</div>
|
|
|
|
<div id="loadingScreen"></div>
|
|
|
|
<!-- global -->
|
|
<script src="/global/globalScript.js"></script>
|
|
<script src="/global/pxDensity.js"></script>
|
|
<script src="/global/loadingScreen.js"></script>
|
|
<script src="/global/navBar.js"></script>
|
|
<script src="/global/screenTransition.js"></script>
|
|
|
|
<!-- local -->
|
|
<script src="script.js"></script>
|
|
<script src="/stars.js"></script>
|
|
</body>
|
|
|
|
</html> |