Sad news
This commit is contained in:
parent
59603cb1f7
commit
d7453c75e2
|
@ -35,7 +35,11 @@
|
||||||
<h1>Welcome to the Hectabit Homepage!</h1>
|
<h1>Welcome to the Hectabit Homepage!</h1>
|
||||||
<li><button id="sidebutton">Toggle Sidebar</button></li>
|
<li><button id="sidebutton">Toggle Sidebar</button></li>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<li><h1>HectaBit is a (non-registered) nonprofit which creates cool software</h1></li>
|
<li><h1>HectaBit news</h1></li>
|
||||||
|
<div class="spacer"></div>
|
||||||
|
<li><p1>We are dissapointed to say there was an attack on Centrifuge, on the 8th of October 2023. It was unsuccessful.</p1></li>
|
||||||
|
<div class="spacer"></div>
|
||||||
|
<li><p1>We are hosting a burgernotes instance, as seen in the sidebar. Just sign up!</p1></li>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<li><p1>We are now a Matrix HomeServer, including federation. Just sign up!</p1></li>
|
<li><p1>We are now a Matrix HomeServer, including federation. Just sign up!</p1></li>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
|
@ -43,7 +47,7 @@
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<li><p1>Everything is now hosting on a Raspberry</p1><a href="/pi" target="_blank"> Pi!</a></li>
|
<li><p1>Everything is now hosting on a Raspberry</p1><a href="/pi" target="_blank"> Pi!</a></li>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<li><h1>Thank you for choosing HectaBit!</h1></li>
|
<li><h1>HectaBit is a not-for-profit body hosted in the United Kingdom, 100% remotely!</h1></li>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("sidebutton").addEventListener("click", function() {
|
document.getElementById("sidebutton").addEventListener("click", function() {
|
||||||
|
|
Reference in New Issue