Merge pull request #7 from hexahigh/dev

made snow rider better and added it to the list
This commit is contained in:
Boof 2022-11-30 11:44:37 +01:00 committed by GitHub
commit c3c440ef52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test Layout</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
#content
{
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe sandbox="allow-scripts allow-popups" width="100%" height="100%" frameborder="0" src="https://html5.gamedistribution.com/3b79a8537ebc414fb4f9672a9b8c68c8/?gd_sdk_referrer_url=https://www.boof.eu.org/Snow-rider"></iframe>
</div>
</body>
</html>

View File

@ -32,6 +32,7 @@
<a href="/Games/3D tearable cloth/">3D tearable cloth</a><br>
<a href="/Games/full sphere path tracer/">Full sphere path-tracer</a><br>
<a href="/Games/Knotted/">Knotted</a><br>
<a href="/Games/Snow-rider/">Snow-rider</a>
</div>
</BODY>
<footer>

View File

@ -1 +0,0 @@
<iframe src="https://html5.gamedistribution.com/3b79a8537ebc414fb4f9672a9b8c68c8/?gd_sdk_referrer_url=https://www.boof.eu.org/Snow-rider" width="960" height="600" scrolling="none" frameborder="0"></iframe>