You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
616 B
23 lines
616 B
{% extends "sost/base.html" %} |
|
{% block content %} |
|
<div><a href="https://13f0.net/">Powered by 13f0</a></div> |
|
<div><a href="/about">About</a></div> |
|
|
|
<p>{{ instance_name }}</p> |
|
|
|
{% include 'sost/search.html' %} |
|
|
|
<br /> |
|
|
|
<pre> |
|
,N. |
|
_/__ \ If you eliminate all other possibilities |
|
-/o\_\ the one that remains, however unlikely, |
|
__\_-./ is the right answer. |
|
/ / V \`U-. |
|
()) /, > o < \ Elementary my dear Watson. |
|
<\.,.-._.-" [-\ o /__..-' |
|
|/_ ) ) _.-"| \o/ | \ o!0 |
|
`'-'-" |
|
</pre> |
|
{% endblock %}
|
|
|