lasthourhosting/about.html
Gary 0342b49061 begin last hour revamp
rebranding
layout changes
product changes
2025-04-14 09:38:32 -07:00

61 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About | Last Hour Hosting</title>
<meta
name="description"
content="We're in the last hour (1 John 2:18) and we believe the Lord wants to keep sharing the Gospel through the internet and tech. We exist to keep that happening as long as possible. We represent the resistance to Satan's plans for top-down control (James 4:7). "
/>
<meta name="author" content="Shiloh" />
<meta property="og:title" content="Last Hour Hosting" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lasthourhosting.org" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<link rel="icon" href="./assets/favicon.ico" />
<link rel="icon" href="./assets/" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="stylesheet" href="css/styles.css?v=1.0" />
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
<script
src="https://unpkg.com/safesupport-chatbox"
type="text/javascript"
></script>
<script src="./js/liveChat.js"></script>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column">
<div class="flex-row">
<div class="flex-container-left">
<h1>Overview</h1>
<p>
Founded in 2023 our goal is to offer high quality managed
websites, hosting, and cloud services for the best price, always
respecting and protecting your God given rights as we live in the
last hour (1 John 2:18).
</p>
</div>
</div>
</div>
</main>
<footer id="footer"></footer>
</body>
</html>