lasthourhosting/components/footer.html
2024-03-18 16:54:46 -07:00

56 lines
1.8 KiB
HTML

<div class="flex-container">
<a class="logo" href="/index.html"
><img
src="../assets/last_hour_hosting_logo.png"
alt="Last Hour Hosting Logo"
/></a>
<p>
© 2023-2024
<a href="https://lasthourhosting.org" target="_blank">LASTHOURHOSTING.ORG</a
>. All rights reserved by
<a href="https://shilohcode.com" target="_blank">shiloh.</a>
</p>
</div>
<div class="flex-container">
<div>
<a href="/terms-of-service.html">Terms of Service</a>
<a href="/acceptable-use-policy.html">AUP/DMCA</a>
<a href="/privacy-policy.html">Privacy Policy</a>
<a href="/cookie-policy.html">Cookie Policy</a>
</div>
<div>
<a href="https://status.lasthourhosting.org">Status</a>
<a href="#coming-soon">Onion(TOR) Mirror</a>
<a href="#coming-soon">Hyphanet Mirror</a>
</div>
</div>
<div class="flex-row">
<div class="flex-container">
<h3>Products</h3>
<a href="/cloud.html">Cloud / Serverless</a>
<a href="/vps-hosting.html">VPS Hosting</a>
<a href="/free-dns.html">Free DNS</a>
</div>
<div class="flex-container">
<h3>Features</h3>
<a href="/features.html#locations">Data Center Locations</a>
<a href="/features.html#control-panel">Control Panel</a>
<a href="/features.html#advanced-networking">Advanced Networking</a>
<a href="/features.html#iso">Upload ISO</a>
<a href="/features.html#compliances">Compliances</a>
</div>
<div class="flex-container">
<h3>Resources</h3>
<a href="https://status.lasthourhosting.org/">Network Status</a>
<a href="https://shilohcode.com/getinvolved">Get Involved</a>
</div>
<div class="flex-container">
<h3>Company</h3>
<a href="/about.html">Our Team</a>
<a href="/news.html">News</a>
<a href="/service-level-agreement.html">SLA</a>
<a href="/legal.html">Legal</a>
<a href="/contact.html">Contact</a>
</div>
</div>