e93346ffa9
Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes.
14 lines
385 B
HTML
14 lines
385 B
HTML
<nav class="container-fluid navbar navbar-light navbar-expand-sm">
|
|
<a class="navbar-brand" href="/">
|
|
koushin
|
|
<span class="text-danger">webmail</span>
|
|
</a>
|
|
<ul class="navbar-nav mr-auto d-none d-sm-flex">
|
|
<!-- TODO: Does anything go here? -->
|
|
</ul>
|
|
<div class="login">
|
|
<span class="navbar-text">
|
|
<a href="/logout">Log out</a>
|
|
</span>
|
|
</div>
|
|
</nav>
|