freaku-homepage/index.j2.html

20 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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 Universitys <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 %}