75 lines
3.1 KiB
HTML
75 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-7L02W3ZMS5');
|
|
</script>
|
|
<script async="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
|
|
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport"/>
|
|
<meta content="Sandspiel is a falling sand game that provides a relaxing and creative place to play with elements like sand, water, plant, and fire. Enjoy on your phone or computer, and share drawings with your friends!" name="Description"/>
|
|
<meta content="yes" name="mobile-web-app-capable"/>
|
|
<meta content="yes" name="apple-mobile-web-app-capable"/>
|
|
<meta content="/" name="msapplication-starturl"/>
|
|
<link href="assets/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"/>
|
|
<link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/>
|
|
<link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
|
|
<link href="assets/site.webmanifest" rel="manifest"/>
|
|
<link color="#ccbcbc" href="assets/safari-pinned-tab.svg" rel="mask-icon"/>
|
|
<meta content="#da532c" name="msapplication-TileColor"/>
|
|
<meta content="#ccbcbc" name="theme-color"/>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Sandspiel</title>
|
|
<link href="manifest.json" rel="manifest"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet"/>
|
|
<link href="styles.css" rel="stylesheet" type="text/css"/>
|
|
<script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({
|
|
google_ad_client: "ca-pub-9933377295988485",
|
|
enable_page_level_ads: true
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<style type="text/css">
|
|
.adslot_1 {
|
|
display: block;
|
|
z-index: 99;
|
|
position: absolute;
|
|
/* width: 320px; */
|
|
height: 100%;
|
|
/* background-color: rebeccapurple; */
|
|
}
|
|
/* @media screen and (max-width: 1000px) {
|
|
.adslot_1 {
|
|
display: none !important;
|
|
}
|
|
} */
|
|
</style>
|
|
<!-- left-sidebar -->
|
|
<ins class="adsbygoogle adslot_1" data-ad-client="ca-pub-9933377295988485" data-ad-format="vertical" data-ad-slot="2593942396" data-full-width-responsive="false" style="display:block"></ins>
|
|
<div id="background">
|
|
<div id="ui"></div>
|
|
<div id="fps"></div>
|
|
<canvas id="sand-canvas"></canvas> <canvas id="fluid-canvas"></canvas>
|
|
</div>
|
|
<script src="main.4c6d3e66cf7076c048bf.js" type="text/javascript"></script>
|
|
|
|
</body>
|
|
<script crossorigin="anonymous" src="https://browser.sentry-cdn.com/4.2.3/bundle.min.js"></script>
|
|
<script>
|
|
Sentry.init({
|
|
dsn: "https://4bf8c3ab764f40569d573fc4021efe40@sentry.io/1331284",
|
|
release: "1.1.0"
|
|
});
|
|
</script>
|
|
<script async="" defer="" src="https://a.sandspiel.club/app.js"></script>
|
|
<noscript><img alt="" src="https://a.sandspiel.club/image.gif"/></noscript>
|
|
</html> |