fediglam/src/main/controllers/web/index.tmpl.html

25 lines
596 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{ .community.name }</title>
</head>
<body>
<header>
<h1>{ .community.name }</h1>
</header>
<form action="/login" method="post">
<h2>Login</h2>
<label>
Username
<div>@<input type="text" name="username" placeholder="xion" />@{.community.host}</div>
</label>
<label>
Password
<div><input type="password" name="password" placeholder="hunter2" /></div>
</label>
<button type="submit">Login</button>
</form>
</body>
</html>