Commit cee64c62 by thanhnd

20200220 2

parent 17abf0fe
......@@ -13,6 +13,7 @@
<body>
<!-- <%= yield %>-->
<div class="container p-3 my-3 border">
<nav class="navbar navbar-expand-md">
<a class="navbar-brand" href="#">Logo</a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#main-navigation">
......@@ -32,6 +33,14 @@
</ul>
</div>
</nav>
</div>
<div class="container p-3 my-3 bg-dark text-white"></div>
<div class="container p-3 my-3 bg-primary text-white"></div>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment