-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
10 lines (10 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
<iframe src="claygl/index.html" style="width: 33%; height: 50%; position: absolute; top: 0; left: 0"> </iframe>
<iframe src="babylonjs/index.html" style="width: 33%; height: 50%; position: absolute; top: 0; left: 33%;"> </iframe>
<iframe src="threejs/index.html" style="width: 33%; height: 50%; position: absolute; bottom: 0; left: 0"> </iframe>
<iframe src="pex/index.html" style="width: 33%; height: 50%; position: absolute; bottom: 0; left: 33%;"> </iframe>
<iframe src="playcanvas/index.html" style="width: 33%; height: 50%; position: absolute; top: 0; left: 66%;"> </iframe>
<p style="pointer-events: none; width: 33%; height: 50%; font-family: arial, sans-serif; color: white; font-size: 32px; bpox-sizing: border-box; padding: 2em; position: absolute; top: 0; left: 0"> <span style="background: black">ClayGL</span></p>
<p style="pointer-events: none; width: 33%; height: 50%; font-family: arial, sans-serif; color: white; font-size: 32px; box-sizing: border-box; padding: 2em; position: absolute; top: 0; left: 33%;"> <span style="background: black">BabylonJS</span></p>
<p style="pointer-events: none; width: 33%; height: 50%; font-family: arial, sans-serif; color: white; font-size: 32px; box-sizing: border-box; padding: 2em; position: absolute; bottom: 0; left: 0"> <span style="background: black">THREE</span></p>
<p style="pointer-events: none; width: 33%; height: 50%; font-family: arial, sans-serif; color: white; font-size: 32px; box-sizing: border-box; padding: 2em; position: absolute; bottom: 0; left: 33%;"> <span style="background: black">PEX</span></p>
<p style="pointer-events: none; width: 33%; height: 50%; font-family: arial, sans-serif; color: white; font-size: 32px; box-sizing: border-box; padding: 2em; position: absolute; top: 0; left: 66%;"> <span style="background: black">Playcanvas</span></p>