16 lines
463 B
HTML
16 lines
463 B
HTML
<!DOCTYPE html>
|
|||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>IZBI DNS</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>Dynamic DNS service for <span style="font-family: monospace">.izbi</span> domains <span style="font-family: monospace">:3</span></p>
|
||
|
|
|
||
|
|
<form method="POST" action="/login">
|
||
|
|
<input type="text" name="user" placeholder="username" required /><br />
|
||
|
|
<input type="password" name="pass" placeholder="password" required /><br />
|
||
|
|
<button type="submit">Log in</button>
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|