threepenny-gui-0.1.0.0: wwwroot/chat.html
<!doctype html> <head> <title>Chat</title> <link rel="stylesheet" type="text/css" href="static/css/chat.css"/> <link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'> <script src="driver/threepenny-gui.js"></script> </head> <body> <noscript>Please enable JavaScript.</noscript> </body> </html>