Add favicon.

This commit is contained in:
2019-02-16 12:13:38 +01:00
parent 6b6e0c4e6d
commit 1d187eca52
5 changed files with 7 additions and 5 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
static/img/estus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@@ -7,6 +7,8 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="/static/dark_theme.css">
<link rel="stylesheet" href="/static/custom.css">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{% endblock %}
{% block navbar %}

View File

@@ -6,13 +6,13 @@
{{ super() }}
<link rel="stylesheet" href="/static/dark_theme.css">
<link rel="stylesheet" href="/static/custom.css">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{% endblock %}
{% block body_attribs %}
style="background-image: url(/static/img/elite.png);
background-repeat: no-repeat;
background-position-x: left;
background-position-y: bottom;"
style="background-image: url(/static/img/elite.png), url(/static/img/solaire300x300.png);
background-repeat: no-repeat, no-repeat;
background-position: left bottom, right bottom;"
{% endblock %}
{% block content %}
@@ -20,7 +20,7 @@
<div class="container vertical-center">
<div class="card text-center mx-auto" style="width: 15rem">
<img src="/static/img/solaire.png" alt="Login" style="height: 15rem">
<img src="/static/img/estus.png" alt="Login" style="height: 15rem">
<div class="card-body">
<form method="post">