20 lines
1.3 KiB
HTML
20 lines
1.3 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.</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>
|
||
<ul>
|
||
<li>A wiki editable only by admins, for documenting rules, history, and donation information.
|
||
</ul>
|
||
{% endblock content %}
|