Add s/index.html
This commit is contained in:
parent
bdf9af737e
commit
41a157f434
1 changed files with 68 additions and 0 deletions
68
s/index.html
Normal file
68
s/index.html
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
<head>
|
||||||
|
<!-- Adsense -->
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8024356722027062"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VKK1BVCT2G"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-VKK1BVCT2G');
|
||||||
|
</script>
|
||||||
|
<link rel="stylesheet" href="TemplateData/style.css">
|
||||||
|
<script src="TemplateData/UnityProgress.js"></script>
|
||||||
|
<script src="TemplateData/unityloader41.js"></script>
|
||||||
|
<script>
|
||||||
|
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/slope.json", { onProgress: UnityProgress, Module: { onRuntimeInitialized: function() { UnityProgress(gameInstance, "complete") } } });
|
||||||
|
</script>
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2541434264715219"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2541434264715219"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<style>
|
||||||
|
.alert {
|
||||||
|
padding: 20px;
|
||||||
|
background-color: #0096FF;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.closebtn {
|
||||||
|
margin-left: 15px;
|
||||||
|
color: white;
|
||||||
|
p {text-align: center;}
|
||||||
|
font-weight: bold;
|
||||||
|
float: right;
|
||||||
|
font-size: 22px;
|
||||||
|
line-height: 20px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.closebtn:hover {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<!---
|
||||||
|
Want to run or host yourself? Check out the source?
|
||||||
|
https://github.com/cgolden15/Slope-Game/
|
||||||
|
|
||||||
|
Drop a star on the repo if you enjoy.
|
||||||
|
--->
|
||||||
|
|
||||||
|
<body style="margin: 0; overflow: hidden;">
|
||||||
|
<div class="alert">
|
||||||
|
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
|
||||||
|
Instance by voxel. <a href="https://git.nadeko.net/v">Git</a>
|
||||||
|
</div>
|
||||||
|
<div class="webgl-content">
|
||||||
|
<div id="gameContainer" style="width: 100%; height: 100%; margin: 0;"></div>
|
||||||
|
</div>
|
||||||
|
<!-- <a title="GDPR-compliant Web Analytics" href="https://clicky.com/101393847"><img alt="Clicky" src="//static.getclicky.com/media/links/badge.gif" border="0" /></a> -->
|
||||||
|
<script async src="//static.getclicky.com/101393847.js"></script>
|
||||||
|
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101393847ns.gif" /></p></noscript>
|
||||||
|
</body>
|
||||||
|
<!-- Slope is by Y8-->
|
Loading…
Reference in a new issue