mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
Merge pull request #7 from hexahigh/dev
made snow rider better and added it to the list
This commit is contained in:
commit
c3c440ef52
22
Games/Snow-rider/index.html
Normal file
22
Games/Snow-rider/index.html
Normal 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>
|
||||||
@ -32,6 +32,7 @@
|
|||||||
<a href="/Games/3D tearable cloth/">3D tearable cloth</a><br>
|
<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/full sphere path tracer/">Full sphere path-tracer</a><br>
|
||||||
<a href="/Games/Knotted/">Knotted</a><br>
|
<a href="/Games/Knotted/">Knotted</a><br>
|
||||||
|
<a href="/Games/Snow-rider/">Snow-rider</a>
|
||||||
</div>
|
</div>
|
||||||
</BODY>
|
</BODY>
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
@ -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>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user