forked from External/greenlight
Added some style to the landing page
This commit is contained in:
@ -9,6 +9,17 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Messages -->
|
||||
<div id='messages' class='hidden'>
|
||||
</div>
|
||||
|
||||
<!-- Header -->
|
||||
<div class='navbar'>
|
||||
<div class='container'>
|
||||
<%= image_tag "bbb-logo.png", :alt => "BigBlueButton Demo", :class => "center-block" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user