2023-09-14 23:57:36 -04:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< title > Sandboxels Offline Tutorial< / title >
< meta name = "description" content = "How to download Sandboxels to play without an Internet connection." >
< meta name = "keywords" content = "falling sand, elements, pixel art, simulator, powder" >
< meta name = "author" content = "R74n" >
< meta name = "copyright" content = "R74n" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "robots" content = "all" >
<!-- 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: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: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" >
< link rel = "stylesheet" type = "text/css" href = "style.css?nocache=3" >
< style >
/* on mobile, make h1 fit on one line */
@media only screen and (max-width: 800px) {
h1 { font-size: 1em; }
}
#content { font-family: Arial, Helvetica, sans-serif; font-size:1.5em; }
h2 { text-align: center; margin-bottom:0; margin-top:45px}
< / style >
2023-12-03 14:41:03 -05:00
< script async src = "https://securepubads.g.doubleclick.net/tag/js/gpt.js" > < / script >
< script >
window.googletag = window.googletag || {cmd: []};
googletag.cmd.push(function() {
googletag.defineSlot('/23030676605/optima_slot300x250', [300, 250], 'div-gpt-ad-1701632379761-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
< / script >
2023-09-14 23:57:36 -04:00
< / head >
< body >
< h1 > < a href = "https://sandboxels.R74n.com" class = "backbutton" > < < / a > Sandboxels Offline Use< / h1 >
< / ul >
< div id = "content" >
< p > Sandboxels can be installed for offline use on mobile. See our < a href = "mobile-use" > Mobile Use Guide< / a > .< / p >
< p > On PC, Sandboxels can only be installed offline on Google Chrome using the steps below.< / p >
< ol >
< li > Open Google Chrome. Other browsers will not work.< / li >
< li > Go to the official < a href = "https://sandboxels.R74n.com/" > Sandboxels website< / a > in Chrome.< / li >
< li > There should be a button underneath the game that says < strong > Install Offline< / strong > . Press it and follow the instructions provided by the browser. You may also see an install option in the address bar.< / li >
< li > After installing, Sandboxels can act like a standalone app on your computer without a Wi-Fi connection.< / li >
< / ol >
< / div >
<!-- Global site tag (gtag.js) - Google Analytics -->
< script async src = "https://www.googletagmanager.com/gtag/js?id=UA-93720349-9" > < / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-93720349-9');
< / script >
< / body >
< / html >