commit f383fa560de82447b87e2b285c4cf6adfd989fef Author: Sebastian Woetzel Date: Fri Jun 16 16:07:13 2023 +0200 init diff --git a/README.org b/README.org new file mode 100644 index 0000000..d1eb869 --- /dev/null +++ b/README.org @@ -0,0 +1,4 @@ +#+title wittch.de + +The landing page content of wittch.de. + diff --git a/index.html b/index.html new file mode 100644 index 0000000..8b17d39 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + wittch + + +
+ +
+ + diff --git a/wittch.png b/wittch.png new file mode 100644 index 0000000..36adb2f Binary files /dev/null and b/wittch.png differ