50 lines
1.4 KiB
HTML
Raw Normal View History

2023-11-16 19:23:21 -08:00
<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"
2024-04-18 17:09:03 -07:00
height="30"
2023-11-16 19:23:21 -08:00
/></a>
<input id="_1" type="checkbox" />
<label class="drop" for="_1"
><img
src="../assets/list.png"
2023-11-16 19:23:21 -08:00
alt="Last Hour Hosting Logo"
width="20"
height="20"
/></label>
<ul class="menu-items">
<li>
<a href="/services.html">Services</a>
<ul>
2024-04-18 17:09:03 -07:00
<li><a href="/cloud-apps.html">PaaS - Cloud Apps</a></li>
<li><a href="/vps-hosting.html">VPS - Private Server</a></li>
2023-11-16 19:23:21 -08:00
</ul>
</li>
2024-02-14 18:01:03 -08:00
<li><a href="/services.html">Pricing</a></li>
2023-11-16 19:23:21 -08:00
<li>
2024-01-18 15:42:32 -08:00
<a href="/about.html">Company</a>
2023-11-16 19:23:21 -08:00
<ul>
<li><a href="/about.html">About Us</a></li>
<li><a href="/service-level-agreement.html">SLA</a></li>
2023-11-17 19:37:53 -08:00
<li><a href="https://creed.shilohcode.com/">Creed</a></li>
2023-11-16 19:23:21 -08:00
<li><a href="/news.html">News</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</li>
2024-04-18 17:09:03 -07:00
<li><a href="/contact.html">Support</a></li>
2023-11-16 19:23:21 -08:00
<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>