bootstrap

This commit is contained in:
Ruidy Nemausat 2020-03-14 15:54:12 +01:00
parent d7affac061
commit 7d66d09abf

View file

@ -13,8 +13,9 @@
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<nav class="container">
<nav>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="/">🐹 Go-Wiki</a>
<button
class="navbar-toggler"
@ -45,6 +46,7 @@
</button>
</form>
</div>
</div>
</nav>
</nav>