You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apogee/src/view/admin/owner-setup.html.template

35 lines
644 B
HTML

<html>%(/*
vim: filetype=html
*/)
<body>
<h1>Welcome to Apogee</h1>
<p>
Apogee is a single-user Activity Pub federated server intended for self-hosting.
</p>
<h2>Account Settings</h2>
<form method="POST">
<table width='100%%'>
<tr>
<td width="15%%"><b>Username:</b></td>
<td><input name="handle" type="text" /></td>
<td></td>
</tr>
<tr>
<td><b>Password:</b></td>
<td><input name="password" type="password" /></td>
<td></td>
</tr>
<tr>
<td><b>Confirm Password:</b></td>
<td><input name="confirm" type="password" /></td>
<td></td>
</tr>
</table>
<br/>
<input type="submit" />
</form>
</body>
</html>