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:
9
conf/www_default.html
Normal file
9
conf/www_default.html
Normal 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>
|
||||
Reference in New Issue
Block a user