mirror of
https://github.com/rjNemo/go-wiki
synced 2026-06-06 02:36:40 +00:00
bootstrap
This commit is contained in:
parent
d7affac061
commit
7d66d09abf
1 changed files with 31 additions and 29 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue