2022-02-04 20:01:14 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>404 - Sandboxels</title>
|
|
|
|
|
<meta name="description" content="A falling sand simulation game, with heat transfer, electricity, density, fire, explosions, and more.">
|
|
|
|
|
<meta name="keywords" content="falling sand, elements, pixel art, simulator, powder">
|
|
|
|
|
<meta name="author" content="R74n">
|
|
|
|
|
<meta name="copyright" content="R74n">
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<meta name="robots" content="noindex">
|
|
|
|
|
|
|
|
|
|
<!--Favicons-->
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png?v=2">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png?v=2">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png?v=2">
|
|
|
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
|
<link rel="mask-icon" href="icons/safari-pinned-tab.svg?v=2" color="#2167ff">
|
|
|
|
|
<link rel="shortcut icon" href="icons/favicon.ico?v=2">
|
|
|
|
|
<meta name="msapplication-TileColor" content="#e6d577">
|
|
|
|
|
<meta name="theme-color" content="#000000">
|
|
|
|
|
|
|
|
|
|
<!--OpenGraph-->
|
|
|
|
|
<meta property="og:locale" content="en_US">
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:title" content="404 - Sandboxels">
|
|
|
|
|
<meta property="og:description" content="A falling sand simulation game, with heat transfer, electricity, density, fire, explosions, and more.">
|
|
|
|
|
<meta property="og:url" content="https://sandboxels.r74n.com">
|
|
|
|
|
<meta property="og:site_name" content="Sandboxels">
|
|
|
|
|
<meta property="og:image" content="https://sandboxels.r74n.com/icons/wallpaper.png">
|
|
|
|
|
<meta property="og:image:width" content="1980">
|
|
|
|
|
<meta property="og:image:height" content="971">
|
|
|
|
|
<meta property="og:image:type" content="image/png">
|
|
|
|
|
<meta property="og:image:alt" content="A rainforest made in Sandboxels">
|
|
|
|
|
|
|
|
|
|
<!--Twitter-->
|
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
|
<meta name="twitter:description" content="A falling sand simulation game, with heat transfer, electricity, density, fire, explosions, and more.">
|
|
|
|
|
<meta name="twitter:title" content="404 - Sandboxels">
|
|
|
|
|
<meta name="twitter:site:id" content="1436857621827530753">
|
|
|
|
|
<meta name="twitter:image" content="https://sandboxels.r74n.com/icons/card.png">
|
|
|
|
|
<meta name="twitter:image:alt" content="A rainforest made in Sandboxels">
|
|
|
|
|
<meta name="twitter:creator:id" content="1436857621827530753">
|
|
|
|
|
|
|
|
|
|
<script src="https://R74n.com/load.js"></script>
|
2022-02-27 18:48:44 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
|
|
|
2022-02-04 20:01:14 -05:00
|
|
|
<style>
|
2022-02-27 18:48:44 -05:00
|
|
|
|
2022-02-04 20:01:14 -05:00
|
|
|
body {
|
2022-02-27 18:48:44 -05:00
|
|
|
padding-top: 50px;
|
2022-02-04 20:01:14 -05:00
|
|
|
}
|
|
|
|
|
/* align the image to the center of the page */
|
|
|
|
|
.img404 {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1 class="pagetitle" id="pagetitle"><a href="." class="backbutton" target="_blank"><</a> 404boxels</h1>
|
|
|
|
|
<img src="https://sandboxels.r74n.com/icons/wallpaper.png" alt="A rainforest made in Sandboxels" class="img404">
|
|
|
|
|
<p>Uh oh! You sandboxed too hard and ended up in the place pixels go after they die.</p>
|
2022-02-11 15:29:59 -05:00
|
|
|
<p><a href="https://sandboxels.r74n.com/">Return to Reality</a></p>
|
2022-02-04 20:01:14 -05:00
|
|
|
</body>
|