add OOBE menu bar
This commit is contained in:
parent
80321abfe7
commit
b1ac5bc545
1 changed files with 5 additions and 1 deletions
|
@ -7,10 +7,14 @@
|
|||
<body role="window">
|
||||
<header>
|
||||
<nav id="header" class="nav-wrapper transparent">
|
||||
<ul class="right">
|
||||
<ul class="right" id="results">
|
||||
<li><a accesskey="r" data-action="analysis,reload" title-for="refresh" data-icon="refresh"></a></li>
|
||||
<li><a accesskey="," data-action="open,settings" title-for="preferences" data-icon="cog"></a></li>
|
||||
</ul>
|
||||
<ul class="right" id="OOBE">
|
||||
<li><a accesskey="t" href="/pages/popup/hello.htm" target="_blank" title-for="popout" data-icon="open-in-new"></a></li>
|
||||
<li><a accesskey="," data-action="open,settings" title-for="preferences" data-icon="cog"></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main class="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue