blob: 4a99aab5bbbfc63a4e6904f04d3aa3002a469b6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{% extends "base.html" %} {% block main %}
<section>
<h1>cleberg.net</h1>
<blockquote>
Do AIs dream in electric sheep?<br />He hoped it had nanosecond nightmares.
</blockquote>
<a href="https://git.cleberg.net">git</a>
<a href="/gpg.txt">gpg</a>
<a href="https://matrix.to/#/@cyborg:matrix.tchncs.de">matrix</a>
<a href="/feed.xml">rss</a>
<br>
<a href="/blog/">blog</a>
<a href="/salary/">salary</a>
<a href="/services/">services</a>
<a href="/wiki/">wiki</a>
</section>
<footer>
<p>Last Build: <<time datetime='{{ now() | strftime("%Y-%m-%d %H:%M:%S") }}'>{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>></p>
</footer>
{% endblock %}
|