This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
2024-03-07 17:43:33 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="hectabitstyles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="sidebar">
|
|
|
|
<img src="/assets/img/hectabit.svg">
|
|
|
|
<h1>Main Website</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://hectabit.org/" target="_top">Home</a></li>
|
|
|
|
<li><a href="https://hectabit.org/donate" target="_top">Donate</a></li>
|
|
|
|
<li><a href="https://hectabit.org/halloffame" target="_top">Hall of fame</a></li>
|
|
|
|
</ul>
|
|
|
|
<h1>HectaBit Software</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://notes.hectabit.org" target="_blank">Notes</a></li>
|
2024-04-11 19:53:16 +01:00
|
|
|
<li><a href="https://auth.hectabit.org" target="_blank">OAuth2 (beta)</a></li>
|
2024-03-07 17:43:33 +00:00
|
|
|
</ul>
|
|
|
|
<h1>HectaBit Services</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://centrifuge.hectabit.org" target="_blank">Centrifuge</a></li>
|
|
|
|
<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>
|
|
|
|
</ul>
|
|
|
|
<div class="spacer"></div>
|
|
|
|
<div class="spacer"></div>
|
|
|
|
<div class="spacer"></div>
|
|
|
|
</body>
|