b4eeaf2bc8
Needs to be further developed before using in production.
62 lines
1.9 KiB
HTML
62 lines
1.9 KiB
HTML
<div class="menu slide-down">
|
|
<nav>
|
|
<a class="logo" href="/index.html"
|
|
><img
|
|
src="./assets/last_hour_hosting_logo_blue.png"
|
|
alt="Last Hour Hosting Logo"
|
|
/></a>
|
|
<input id="_1" type="checkbox" />
|
|
<label class="drop" for="_1"
|
|
><img
|
|
src="../assets/list.png"
|
|
alt="Last Hour Hosting Logo"
|
|
width="20"
|
|
height="20"
|
|
/></label>
|
|
<ul class="menu-items">
|
|
<li>
|
|
<a href="/services.html">Services</a>
|
|
<ul>
|
|
<li><a href="/cloud.html">Cloud / Serverless</a></li>
|
|
<li><a href="/vps-hosting.html">VPS Hosting</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="/features.html">Features</a>
|
|
<ul>
|
|
<li><a href="/features.html#locations">Data Center Locations</a></li>
|
|
<li><a href="/features.html#control-panel">Control Panel</a></li>
|
|
<li>
|
|
<a href="/features.html#advanced-networking">Advanced Networking</a>
|
|
</li>
|
|
<li><a href="/features.html#ISO">Upload ISO</a></li>
|
|
<li><a href="/features.html#compliances">Compliances</a></li>
|
|
<li><a href="/features.html#uptime">100% Uptime</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="/services.html">Pricing</a></li>
|
|
<li>
|
|
<a href="/about.html">Company</a>
|
|
<ul>
|
|
<li><a href="/about.html">About Us</a></li>
|
|
<li><a href="/service-level-agreement.html">SLA</a></li>
|
|
<li><a href="https://creed.shilohcode.com/">Creed</a></li>
|
|
<li><a href="/news.html">News</a></li>
|
|
<li><a href="/contact.html">Contact</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="/contact.html">Contact Sales</a></li>
|
|
<li>
|
|
<a class="button-2" href="https://my.lasthourhosting.org/login"
|
|
>Log in</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a class="button-1" href="https://my.lasthourhosting.org/signup"
|
|
>Sign up</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|