init
This commit is contained in:
commit
f383fa560d
4
README.org
Normal file
4
README.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
#+title wittch.de
|
||||
|
||||
The landing page content of wittch.de.
|
||||
|
13
index.html
Normal file
13
index.html
Normal 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
BIN
wittch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
Loading…
Reference in a new issue