22 lines
1.5 KiB
HTML
22 lines
1.5 KiB
HTML
{% extends 'base.j2.html' %}
|
||
|
||
{% block title %}Freak University{% endblock title%}
|
||
{% block content %}
|
||
<p>Welcome to Freak University! There used to be a public fediverse instance here, but not anymore. However, we are working on restoring some of the affiliated services, and those restored are listed below. <strong>Please read <a href="/rules.html">the rules</a> before using any of these services.</strong></p>
|
||
<ul>
|
||
<li><a href="https://ask.freak.university">Freak University Ask</a>, our anonymous question/answer site
|
||
<li>The Freak University <a href="https://lab.freak.university">Computer Lab</a>, our code sharing site
|
||
<li>The Freak University <a href="https://mural.freak.university">Mural</a>, a canvas site like r/place
|
||
<li><a href="https://badge.freak.university">pronouns fu</a>, our pronouns/preferred names sharing site
|
||
<li>The Freak University <a href="https://theater.freak.university">Theater</a>, our synchronized watch party site
|
||
<li><a href="https://emojos.freak.university">emojos.freak.university</a>, a custom emoji viewer for fediverse instances
|
||
<li>Freak University’s <a href="https://takahe.freak.university/">Takahē instance</a>, used by admins only for administrative updates
|
||
</ul>
|
||
<h2>Planned services</h2>
|
||
<i>None at the moment.</i>
|
||
{% endblock content %}
|
||
{% block footer %}
|
||
<p><a href="https://lab.freak.university/FreakU/freaku-homepage">Source code/history of this site</a></p>
|
||
<p><a href="/donate.html">Support your local school with a donation</a></p>
|
||
{% endblock footer %}
|