shuffles logo
This commit is contained in:
@@ -1,13 +1,17 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="text-center mb-4">
|
<div class="text-center mb-4">
|
||||||
|
<div
|
||||||
|
class="d-inline-block"
|
||||||
|
style="width: 6em; height: 6em; background: url('{{ url_for('static', filename='wwwsuynl.png') }}') center / cover no-repeat;"
|
||||||
|
>
|
||||||
<img
|
<img
|
||||||
src="{{ url_for('static', filename='wwwsuynl.png') }}"
|
src="{{ url_for('static', filename='login.svg') }}"
|
||||||
alt="Suy.nl logo"
|
alt="Login"
|
||||||
style="width: 6em; height: 6em;"
|
style="width: 6em; height: 6em;"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="text-center mb-4"><img style="width: 3em; height: 3em" src="/static/login.svg"></h3>
|
</div>
|
||||||
<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>
|
||||||
<input class="form-control mb-3" name="password" type="password" placeholder="Password" required>
|
<input class="form-control mb-3" name="password" type="password" placeholder="Password" required>
|
||||||
|
|||||||
Reference in New Issue
Block a user