website/index.html
2021-07-17 14:41:01 +02:00

24 lines
584 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
title: "It's alive!"
---
<div class="h-screen flex items-center justify-center">
<div class="w-1/3 text-gray-700">
<div class="flex justify-start">
<div class="text-5xl pr-2 font-bold font-serif">
</div>
<div class="text-4xl font-medium">
What gets us into trouble is not what we don't know.
It's what we know for sure that just ain't so.
</div>
</div>
<div class="flex justify-end">
<span class="text-3xl font-serif italic">
— Mark Twain
</span>
</div>
</div>
</div>