Files
monkeygg2.github.io/games/sandspiel/index.html
T
2023-08-25 13:31:04 +05:30

117 lines
3.4 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 src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
crossorigin="anonymous"></script>
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta
name="Description"
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!"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="msapplication-starturl" content="/" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon-16x16.png"
/>
<link rel="manifest" href="assets/site.webmanifest" />
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#ccbcbc" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ccbcbc" />
<head>
<meta charset="utf-8" />
<title>Sandspiel</title>
<link rel="manifest" href="manifest.json" />
<link
href="https://fonts.googleapis.com/css?family=Inconsolata"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="styles.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"
style="display:block"
data-ad-client="ca-pub-9933377295988485"
data-ad-slot="2593942396"
data-ad-format="vertical"
data-full-width-responsive="false"
></ins>
<div id="background">
<div id="ui"></div>
<div id="fps"></div>
<canvas id="sand-canvas"></canvas> <canvas id="fluid-canvas"></canvas>
</div>
<script type="text/javascript" src="main.4c6d3e66cf7076c048bf.js"></script>
<script type="text/javascript" src="/global.js"> </script>
</body>
<script
src="https://browser.sentry-cdn.com/4.2.3/bundle.min.js"
crossorigin="anonymous"
></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 src="https://a.sandspiel.club/image.gif" alt=""/></noscript>
</html>