mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
|
title: NavBar
|
||
|
type: text/x-tiddlywiki
|
||
|
|
||
|
<div class="navbar navbar-fixed-top">
|
||
|
<div class="navbar-inner">
|
||
|
<div class="container">
|
||
|
{{nav{
|
||
|
* HelloThere
|
||
|
* [[Introduction]]
|
||
|
}}}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|