added logo

This commit is contained in:
2026-07-18 22:58:38 +02:00
parent d2d89c36e0
commit becd73c810
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
Flask>=3.0,<4.0
Flask-Login>=0.6,<1.0
Flask-SQLAlchemy>=3.1,<4.0
cryptography>=42,<46
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+7
View File
@@ -1,5 +1,12 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
<div class="text-center mb-4">
<img
src="{{ url_for('static', filename='wwwsuynl.png') }}"
alt="Suy.nl logo"
style="width: 6em; height: 6em;"
>
</div>
<h3 class="text-center mb-4"><img style="width: 3em; height: 3em" src="/static/login.svg"></h3> <h3 class="text-center mb-4"><img style="width: 3em; height: 3em" src="/static/login.svg"></h3>
<form method="post"> <form method="post">
<input class="form-control mb-3" name="name" placeholder="Name" required> <input class="form-control mb-3" name="name" placeholder="Name" required>