1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-16 01:09:42 +00:00
TiddlyWiki5/tw5.com/tiddlers/NavBar.tid

13 lines
203 B
Plaintext
Raw Normal View History

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>