Plume/templates/instance/configure.tera
Bat 5f43f783b6 Use more env vars for config
It will make it easier to test federation
2018-05-02 12:53:42 +01:00

17 lines
372 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Configuration</title>
</head>
<body>
<h1>Configure your instance</h1>
<form method="post">
<label for="name">Name</label>
<input name="name">
<input type="submit" value="Let's go!"/>
</form>
</body>
</html>