view assets/login.html.hbs @ 20:c6f15ffef3d3

Fix more absolute paths
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 11 Jul 2022 20:25:46 -0700
parents ca6c273aeb4f
children 43cd5bbe858e
line wrap: on
line source

<html>
    <head>
        <title>Analyrics Login</title>
    </head>
    <body>
{{#if flash}}<div class="flash">{{flash}}</div>{{/if}}

        <form action="" method="POST">
            <label>User name: </label><input type="text" name="username" />
            <label>Password: </label><input type="text" name="password" />
            <input type="submit" value="Log in" />
        </form>


    </body>
</html>