Compare commits
3 Commits
1837fb7695
...
4cd7b8b118
Author | SHA1 | Date |
---|---|---|
Kay Faraday | 4cd7b8b118 | |
Kay Faraday | c0040dfe45 | |
Kay Faraday | 9fc5d12347 |
|
@ -4,8 +4,9 @@
|
|||
<!-- {% block title %}{% endblock title %} -->
|
||||
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
|
||||
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
||||
<link rel=icon href="/favicon.png">
|
||||
<link rel=icon href="/static/img/favicon.png">
|
||||
<link rel=stylesheet href="/static/css/common.css">
|
||||
{% block head %}{% endblock head %}
|
||||
<body>
|
||||
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>
|
||||
{% block header %}
|
||||
|
|
|
@ -1,21 +1,13 @@
|
|||
{% extends 'base.j2.html' %}
|
||||
|
||||
{% block head %}<link rel=stylesheet href="/static/css/index.css">{% endblock %}
|
||||
|
||||
{% block title %}Freak University{% endblock title%}
|
||||
{% block titleheader %}<img src="/static/img/favicon.png"> {{ self.title() }}{% endblock titleheader %}
|
||||
|
||||
{# the home page does not need a link back to home #}
|
||||
{% block header %}{% endblock header %}
|
||||
|
||||
|
||||
root@freak.university ~ [1]# cat /var/lib/tor/hidden_services/mural/hostname
|
||||
muralfu7fod6lmkff3suou4ipkqan35hdirn4ejzm5lpp7y4nqxbm3ad.onion
|
||||
root@freak.university ~# cat /var/lib/tor/hidden_services/badge/hostname
|
||||
badgefulkavesk2jeeooav3tvabd63hk5tj25h75ckmsnossulox6gad.onion
|
||||
root@freak.university ~# cat /var/lib/tor/hidden_services/emojos/hostname
|
||||
emojosjty2mdo6ed3yq7eul7u3eb7hpqv7ud424xg2arturqdsrnkyqd.onion
|
||||
root@freak.university ~# cat /var/lib/tor/hidden_services/takahe/hostname
|
||||
tkhfu4xpnadqzzdc4cdxd7a7zn2neyeihwz425z3xaac2mzvcx65ewad.onion
|
||||
|
||||
|
||||
{% 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>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
img {
|
||||
max-width: 1em;
|
||||
object-fit: contain;
|
||||
vertical-align: middle;
|
||||
}
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue