forked from stenunblocked/stenunblocked.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Snow Rider 3D Sten Unblocked</title> | ||
<link rel="shortcut icon" href="../stennerela.jpg"> | ||
<link rel="stylesheet" href="../slope/style/style.css"> | ||
<meta name="description" content="Snow Rider 3D, Snow Rider 3D Sten Unblocked, Snow Rider 3D Unblocked"> | ||
<script src="UnityProgress.js"></script> | ||
<script src="UnityLoader.js"></script> | ||
<script> | ||
var gameInstance = UnityLoader.instantiate("gameContainer", "SnowRider3D-gd-1.json", { onProgress: UnityProgress, Module: { onRuntimeInitialized: function () { UnityProgress(gameInstance, "complete") } } }); | ||
</script> | ||
</head> | ||
|
||
<body style="overflow:hidden; margin:0; padding:0;"> | ||
<div class="webgl-content" style="position: absolute; width: 100%; height: 100%;"> | ||
<div id="gameContainer" style="width: 100%; height: 100%; margin: none; padding: none"></div> | ||
<!-- <div class="footer"> | ||
<div class="webgl-logo"></div> | ||
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div> | ||
<div class="title">Snow Rider 3D</div> | ||
</div> --> | ||
</div> | ||
</body> | ||
|
||
</html> |