view assets/index.html.hbs @ 68:2a7b358c2710

Deploy settings page (no admin stuff yet)
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 31 Jul 2022 21:17:53 -0700
parents f81d2fdcbe63
children
line wrap: on
line source

<!DOCTYPE html>
<html>
    <head>
        <title>Analyrics</title>

        <meta name="robots" content="noindex">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <link rel="stylesheet" href="static/style.css" type="text/css" />
        <link rel="icon" type="image/png" href="static/favicon.ico">

    </head>
    <body>

    <!-- Header -->
    <div id="header">
        <span id="logo">AnaLyrics</span>
        <a class="useraction" href="login">Log in</a>
    </div>
    {{#if flash}}<div id="flash"><span id="flashtext">{{flash}}<span></div>{{/if}}
    {{#if error}}<div id="error"><span id="errortext">{{error}}</span></div>{{/if}}
    </body>
</html>