Initial commit with support for mail view

Some parts of settings are changed as well but not complete yet
This commit is contained in:
2019-11-15 22:53:49 +01:00
parent 7860a9c38f
commit 2a3e50f7e1
5 changed files with 133 additions and 0 deletions

21
watermark.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
html, body {
height: 95%;
}
body {
background: #333;
}
</style>
</head>
<body>
</body>
</html>