lasthourhosting/components/footer.html

56 lines
1.7 KiB
HTML
Raw Normal View History

2023-11-17 03:23:21 +00:00
<div class="flex-container">
2023-11-18 03:37:53 +00:00
<a class="logo" href="/index.html"
2023-11-17 03:23:21 +00:00
><img
src="../assets/last_hour_hosting_logo.png"
2023-11-17 03:23:21 +00:00
alt="Last Hour Hosting Logo"
/></a>
2024-01-18 23:42:32 +00:00
<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>
2023-11-17 03:23:21 +00:00
</div>
<div class="flex-container">
<div class="flex-row">
<div>
2024-02-16 22:35:29 +00:00
<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>
2023-11-17 03:23:21 +00:00
</div>
<div>
2024-02-16 22:35:29 +00:00
<a href="https://status.lasthourhosting.org">Status</a>
<a href="#coming-soon">Onion(TOR) Mirror</a>
<a href="#coming-soon">Hyphanet Mirror</a>
2023-11-17 03:23:21 +00:00
</div>
</div>
</div>
<div class="flex-row">
<div>
<h3>Products</h3>
2024-02-16 22:35:29 +00:00
<a href="/vps-hosting.html">VPS Hosting</a>
2023-11-17 03:23:21 +00:00
</div>
<div>
<h3>Features</h3>
2024-02-16 22:35:29 +00:00
<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>
2023-11-17 03:23:21 +00:00
</div>
<div>
<h3>Resources</h3>
2024-02-16 22:35:29 +00:00
<a href="https://status.lasthourhosting.org/">Network Status</a>
<a href="https://shilohcode.com/getinvolved">Get Involved</a>
2023-11-17 03:23:21 +00:00
</div>
<div>
<h3>Company</h3>
2024-02-16 22:35:29 +00:00
<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>
2023-11-17 03:23:21 +00:00
</div>
</div>