UNPKG

foam-framework

Version:
20 lines (19 loc) 518 B
<html> <head> <script language="javascript" src="../../../../core/bootFOAM.js"></script> <title>Lobby</title> <style> body { margin: 0; background-image: url(background.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; } </style> </head> <body> <!--<img src="fg2.jpg" style="width:100%;height:100%;opacity:0.2;position: absolute;"> --> <foam id="lobby" model="com.google.watlobby.LobbyGL"></foam> </body> </html>