diff options
Diffstat (limited to 'templates/main.html')
-rw-r--r-- | templates/main.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/main.html b/templates/main.html index 327ea5e..4bdb60a 100644 --- a/templates/main.html +++ b/templates/main.html @@ -29,26 +29,12 @@ <div class="header__links-side">
<a href="/get">GET VYOS</a>
<a href="/contribute">CONTRIBUTE</a>
- <a href="/test">TEST AND REPORT A BUG</a>
<a href="http://vyos.io">COMMERCIAL SERVICES</a>
</div>
-
- <div class="header__mobile-menu__buttons">
- <img class="open active" src="/img/header/mobile-menu-open.svg">
- <img class="close" src="/img/header/mobile-menu-close.svg">
- </div>
-
</div>
</div>
</header>
- <nav id="mobile-menu">
- <a href="/get">GET VYOS</a>
- <a href="/contribute">CONTRIBUTE</a>
- <a href="/test">TEST AND REPORT A BUG</a>
- <a href="http://vyos.io">COMMERCIAL SERVICES</a>
- </nav>
-
<main>
<div class="container small" id="content">
<!-- content is automatically inserted here -->
|