diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 15:30:07 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 15:30:07 +0200 |
| commit | 08e4a27c0db7fc2867cce3eb6f80799148c03ba6 (patch) | |
| tree | 9cf8636933099a550b02b281b6a885b7f3a7bf37 /app/templates/login.html | |
| parent | 040a3a894e0816596532d7f7430baa4a5524f67b (diff) | |
Moved to a mobile friendly CSS framework
Diffstat (limited to 'app/templates/login.html')
| -rw-r--r-- | app/templates/login.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/templates/login.html b/app/templates/login.html index a42f2c5..e3109b6 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -3,8 +3,8 @@ <html lang="en"> {{ header(url_for) }} <body> - <section class="section"> - {{ navbar(url_for) }} + <header class="container">{{ navbar(url_for) }}</header> + <main class="container"> <form action="{{ url_for('simplelogin.login') }}" method="post"> <div class="form-group"> {{ form.csrf_token }} @@ -16,8 +16,8 @@ </form> <input class="button is-dark" type="submit" value="Login"> </form> - {{ footer() }} - </section> + </main> + <footer class="container">{{ footer() }}</footer> </body> </html>
\ No newline at end of file |
