small changes

This commit is contained in:
sysek 2024-12-22 08:15:17 +01:00
parent ff291b6951
commit b1466803b6
2 changed files with 3 additions and 2 deletions

View file

@ -11,13 +11,14 @@
<div class="content">
Maint.
<article class="post">
<h1>Today is: [2024-12-21 20.00 Saturday]</h1>
<h1>Today is: [2024-12-22 08.14 Sunday]</h1>
<p>Time, Dr. Freeman?</p>
<p>Is it really that time again? It seems as if you only just arrived. You've done a great deal in a small timespan. You've done so well, in fact, that I've received some interesting offers for your services. Ordinarily, I wouldn't contemplate them, but these are extraordinary times, hmm?</p>
<p>Rather than offer you the illusion of free choice, I will take the liberty of choosing for you... if and when your time comes round again.</p>
<p>I do apologize for what must seem to you an arbitrary imposition, Dr. Freeman. I trust it will all make sense to you in the course of... well... I'm really not at liberty to say. In the meantime... This is where I get off.</p>
<meta name="fediverse:creator" content="@sysek@pol.social">
</article>
</div>
</div>

View file

@ -1,4 +1,4 @@
from app import app
if __name__ == '__main__':
app.run(debug=True)
app.run()