_header.html.erb - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(HTM) git clone git://jay.scot/warvox
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
_header.html.erb (324B)
---
1 <div id="header">
2
3 <span width='50%'>
4 <a href="/"><img id="logo" src="/assets/logo.png" alt="WarVOX v<%= WarVOX::VERSION %>" border="0"/></a>
5 </span>
6
7 <span width='50%'>
8 <div id="navwrap">
9 <div id="nav">
10 <%= get_sections() %>
11 </div>
12 </div>
13 </span>
14
15 <br/>
16 <hr width='100%' size=5 color='black'/>
17 </div>