This commit is contained in:
Sebastian Woetzel 2023-06-16 16:07:13 +02:00
commit f383fa560d
Signed by: wose
GPG key ID: 6124402A3FAA8631
3 changed files with 17 additions and 0 deletions

4
README.org Normal file
View file

@ -0,0 +1,4 @@
#+title wittch.de
The landing page content of wittch.de.

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>wittch</title>
</head>
<body style="background-color: #261b30;">
<div>
<img src="wittch.png" style="display: block; margin-left: auto; margin-right: auto;">
</div>
</body>
</html>

BIN
wittch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB