1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

create a basic hello world page on http/https

This commit is contained in:
Joshua Tauberer
2013-09-08 09:55:58 +00:00
parent b770c5370b
commit b4e7d6ba5e
2 changed files with 14 additions and 0 deletions

9
conf/www_default.html Normal file
View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>this is a mailinabox</title>
</head>
<body>
<h1>this is a mailinabox</h1>
<p><a href="https://github.com/tauberer/mailinabox">https://github.com/tauberer/mailinabox</a></p>
</body>
</html>