Initial commit

With instance configuration
This commit is contained in:
Bat
2018-04-22 14:35:37 +01:00
commit f060fa08af
18 changed files with 1234 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Configuration</title>
</head>
<body>
<h1>Configure your instance</h1>
<form method="post">
<label for="local_domain">Internal domain</label>
<input name="local_domain">
<label for="public_domain">Public domain</label>
<input name="public_domain">
<label for="name">Name</label>
<input name="name">
<input type="submit" value="Let's go!"/>
</form>
</body>
</html>