Sha256: 5cf945b0622ab2eb350c8c1ce67f523b74036a28f8a32c8fabb1fb1adef1f32e
Contents?: true
Size: 1.04 KB
Versions: 8
Compression:
Stored size: 1.04 KB
Contents
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>RoomCast</title> <meta name="description" content="RoomCast's main app to log in and play channels."> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="dist/main.css"> <link rel="stylesheet" type="text/css" href="dist/css/ionicons.min.css"> </head> <body> <script> var WebFontConfig = { google: { families: ['Roboto:400,300,500:latin'] } }; (function () { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <script src="dist/app.js"></script> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems