mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +00:00
5f43f783b6
It will make it easier to test federation
16 lines
372 B
Text
16 lines
372 B
Text
<!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>
|