Compare commits

...

3 Commits

Author SHA1 Message Date
Kay Faraday 4cd7b8b118 add icon to header of index page 2024-08-13 14:13:37 -07:00
Kay Faraday c0040dfe45 remove some cruft from index, whoops 2024-08-13 14:09:29 -07:00
Kay Faraday 9fc5d12347 fix favicon 2024-08-13 14:08:35 -07:00
4 changed files with 10 additions and 12 deletions

View File

@ -4,8 +4,9 @@
<!-- {% block title %}{% endblock title %} --> <!-- {% block title %}{% endblock title %} -->
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title> <title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
<meta name=viewport content="width=device-width, initial-scale=1.0"> <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"> <link rel=stylesheet href="/static/css/common.css">
{% block head %}{% endblock head %}
<body> <body>
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1> <h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>
{% block header %} {% block header %}

View File

@ -1,21 +1,13 @@
{% extends 'base.j2.html' %} {% extends 'base.j2.html' %}
{% block head %}<link rel=stylesheet href="/static/css/index.css">{% endblock %}
{% block title %}Freak University{% endblock title%} {% 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 #} {# the home page does not need a link back to home #}
{% block header %}{% endblock header %} {% 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 %} {% 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> <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> <ul>

5
static/css/index.css Normal file
View File

@ -0,0 +1,5 @@
img {
max-width: 1em;
object-fit: contain;
vertical-align: middle;
}

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB