Files
dark_larry/watermark.html
efelon 2a3e50f7e1 Initial commit with support for mail view
Some parts of settings are changed as well but not complete yet
2019-11-15 22:53:49 +01:00

22 lines
195 B
HTML

<!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>