mirror of
https://github.com/DarrylNixon/ghostforge
synced 2024-04-22 06:27:20 -07:00
14 lines
461 B
HTML
14 lines
461 B
HTML
<div class="text-center">
|
|
<div style="display: inline-block;">
|
|
<a class="btn btn-primary btn-sm" href="#new-ghost-modal" id="nav_new_button">
|
|
<i class="icon icon-plus"></i>
|
|
⌘-n
|
|
</a>
|
|
</div>
|
|
<div style="display: inline-block;">
|
|
<a class="btn btn-primary btn-sm" href="#search-modal" id="nav_search_button">
|
|
<i class="icon icon-search"></i>
|
|
⌘-g
|
|
</a>
|
|
</div>
|
|
</div>
|