2023-10-07 21:45:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-10-31 22:52:04 +00:00
|
|
|
<link rel="stylesheet" href="/hectabitstyles.css">
|
2024-02-13 17:32:47 +00:00
|
|
|
<link rel="icon" href="/assets/img/hectabit.svg">
|
|
|
|
<title>Nonfree incoming!</title>
|
2023-10-07 21:45:38 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-10-31 22:52:04 +00:00
|
|
|
<div class="closebar">
|
|
|
|
<button id="sidebutton">></button>
|
2024-02-13 17:25:50 +00:00
|
|
|
<button id="sidebutton" onclick="toggleDarkMode()" style="top: 48px;">
|
|
|
|
<img class="darkmodeicon" alt="Toggle Dark Mode" src="/assets/img/moon.svg">
|
2023-10-31 22:52:04 +00:00
|
|
|
</div>
|
2023-10-07 23:07:56 +01:00
|
|
|
<div class="sidebar">
|
|
|
|
<img src="/assets/img/hectabit.svg">
|
|
|
|
<h1>Main Website</h1>
|
|
|
|
<ul>
|
2024-02-25 16:35:30 +00:00
|
|
|
<li><a href="https://hectabit.org/">Home</a></li>
|
|
|
|
<li><a href="https://hectabit.org/donate">Donate</a></li>
|
|
|
|
<li><a href="https://hectabit.org/halloffame">Hall of fame</a></li>
|
2023-10-07 23:07:56 +01:00
|
|
|
</ul>
|
|
|
|
<h1>HectaBit Software</h1>
|
|
|
|
<ul>
|
2024-01-27 14:40:15 +00:00
|
|
|
<li><a href="https://notes.hectabit.org" target="_blank">Notes</a></li>
|
2024-01-27 14:44:52 +00:00
|
|
|
<li><a href="https://evolutionos.hectabit.org/" target="_blank">EvolutionOS</a></li>
|
|
|
|
<li><a href="https://basalt.hectabit.org" target="_blank">Basalt Linux</a></li>
|
2023-10-07 23:07:56 +01:00
|
|
|
</ul>
|
|
|
|
<h1>HectaBit Services</h1>
|
|
|
|
<ul>
|
2024-01-27 14:40:15 +00:00
|
|
|
<li><a href="https://centrifuge.hectabit.org" target="_blank">Centrifuge</a></li>
|
2023-11-04 17:04:04 +00:00
|
|
|
<li><a href="https://matrix.to/#/#devel:hectabit.org" target="_blank">Matrix</a></li>
|
|
|
|
<li><a href="https://mail.hectabit.org" target="_blank">Mail</a></li>
|
2023-10-07 23:07:56 +01:00
|
|
|
</ul>
|
2023-10-08 00:51:30 +01:00
|
|
|
<div class="spacer"></div>
|
|
|
|
<div class="spacer"></div>
|
|
|
|
<div class="spacer"></div>
|
2023-10-07 23:07:56 +01:00
|
|
|
</div>
|
2023-10-07 21:45:38 +01:00
|
|
|
<div class="content">
|
2023-11-23 17:09:26 +00:00
|
|
|
<h1>Warning! The following page contains nonfree elements!</h1>
|
|
|
|
<div class="spacer"></div>
|
|
|
|
<li><p1>These include: "Stripe payment system". Are you sure you would like to continue?</p1></li>
|
2023-10-07 21:45:38 +01:00
|
|
|
<div class="spacer"></div>
|
2023-11-23 17:19:52 +00:00
|
|
|
<div class="spacer"></div>
|
2023-11-23 17:21:42 +00:00
|
|
|
<li><a href="/nonfree/donate" style="" class="clickbutton">Yes, I am sure</a></li>
|
2023-10-07 21:45:38 +01:00
|
|
|
</div>
|
2024-02-13 17:25:50 +00:00
|
|
|
<script src=/sidebar.js></script>
|
|
|
|
<script src=/darkmode.js></script>
|
2023-10-07 21:45:38 +01:00
|
|
|
</body>
|
|
|
|
</html>
|