Sha256: 84b4ae3c5d75f9034579b01baae1bad186dceaf8cd0208db0dcba675b365319e
Contents?: true
Size: 1.8 KB
Versions: 4
Compression:
Stored size: 1.8 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 - Channel Creator</title> <meta name="description" content="This interface allows the teacher/developer to add/delete or modify the channels catalogue of RoomCast."> <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/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="dist/css/ionicons.min.css"> </head> <body> <!-- Nutella --> <script src="dist/nutella_lib.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> // Parse the query parameters var query_parameters = NUTELLA.parseURLParameters(); // Get an instance of nutella. var nutella = NUTELLA.init(query_parameters.broker, query_parameters.app_id, query_parameters.run_id, 'channel-creation-interface'); </script> <!-- This script adds the Roboto font to our project. For more detail go to this site: http://www.google.com/fonts#UsePlace:use/Collection:Roboto:400,300,500 --> <script> var WebFontConfig = { google: { families: ['Roboto:400,300,200,100,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> <!--script src="json2.js"></script--> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems