UNPKG

foam-framework

Version:
23 lines (22 loc) 501 B
<html> <head> <script language="javascript" src="../../../../core/bootFOAM.js"></script> <title>Lobby</title> <style> body { overflow: hidden; margin: 0; background-repeat: no-repeat; background-position: center center; } .topic-bubble-text { color: #555; font-family: Roboto, Arial; font-size: x-large; } </style> </head> <body> <foam id="lobby" model="com.google.watlobby.Lobby" p:slideshowDelay="20"></foam> </body> </html>