Added some style to the landing page

This commit is contained in:
jfederico
2016-10-17 13:45:24 -04:00
parent f4b8348e43
commit 682cbadbf0
11 changed files with 159 additions and 40 deletions

View File

@ -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>