mirror of
https://codeberg.org/vlw/honeypot.git
synced 2025-11-05 04:22:43 +01:00
24 lines
No EOL
783 B
PHP
24 lines
No EOL
783 B
PHP
<style><?= VV::css("assets/css/pages/login") ?></style>
|
|
<form method="POST">
|
|
<label>
|
|
Username
|
|
<input type="text" required></input>
|
|
</label>
|
|
<label>
|
|
Password
|
|
<input type="password" required></input>
|
|
</label>
|
|
<button type="submit">Log in</button>
|
|
</form>
|
|
<aside>
|
|
<h3>Not Registered yet?</h3>
|
|
<p>To get started with mydlink cloud services, you need to have a mydlink-enabled product. Learn more about supported products here.</p>
|
|
<p>Please follow these steps in order to register your mdlink-enabled product and get access to both mydlink.com and our mobile apps. Learn more details here.</p>
|
|
</aside>
|
|
<dialog>
|
|
<p>Incorrect username or password</p>
|
|
<form method="dialog">
|
|
<button>OK</button>
|
|
</form>
|
|
</dialog>
|
|
<script><?= VV::js("assets/js/pages/login") ?></script>
|