lasthourhosting/developers.html
2023-11-17 19:37:53 -08:00

102 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<div id="creed"></div>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Last Hour Hosting</title>
<meta name="description" content="" />
<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" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self'; "
/>
<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>
</head>
<body>
<header id="header"></header>
<main>
<div class="flex-column">
<h1>Open-Source Powering Last Hour Hosting</h1>
<div class="flex-row">
<div class="flex-container">
<a
class="button-3"
role="button"
href="https://github.com/FOSSBilling"
>FOSSbilling</a
>
</div>
<div class="flex-container">
<a
class="button-3"
role="button"
href="https://github.com/bitcart/bitcart"
>BitCart</a
>
</div>
<div class="flex-container">
<a class="button-3" role="button" href="https://github.com/stripe"
>Part of Stripe</a
>
<p>
Note: We're still looking for a 100% open-source fiat processing
alternative, if it can even exist.
</p>
</div>
</div>
<div class="flex-row">
<div class="flex-container">
<a class="button-3" role="button" href="https://github.com/oxen-io/"
>Session</a
>
</div>
<div class="flex-container">
<a class="button-3" role="button" href="https://githaven.org"
>Githaven</a
>
</div>
<div class="flex-container">
<a class="button-3" role="button" href="https://github.com/proxmox"
>Proxmox</a
>
</div>
<div class="flex-container">
<a class="button-3" role="button" href="https://nginx.org/"
>Nginx</a
>
</div>
<div class="flex-container">
<a class="button-3" role="button" href="https://canarytail.org/"
>Canary</a
>
</div>
</div>
</div>
</main>
<div id="message"></div>
<footer id="footer"></footer>
</body>
</html>