Add favicon.
This commit is contained in:
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/img/estus.png
Normal file
BIN
static/img/estus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
BIN
static/img/solaire300x300.png
Normal file
BIN
static/img/solaire300x300.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
@@ -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="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/dark_theme.css">
|
||||||
<link rel="stylesheet" href="/static/custom.css">
|
<link rel="stylesheet" href="/static/custom.css">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
{{ super() }}
|
{{ super() }}
|
||||||
<link rel="stylesheet" href="/static/dark_theme.css">
|
<link rel="stylesheet" href="/static/dark_theme.css">
|
||||||
<link rel="stylesheet" href="/static/custom.css">
|
<link rel="stylesheet" href="/static/custom.css">
|
||||||
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body_attribs %}
|
{% block body_attribs %}
|
||||||
style="background-image: url(/static/img/elite.png);
|
style="background-image: url(/static/img/elite.png), url(/static/img/solaire300x300.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat, no-repeat;
|
||||||
background-position-x: left;
|
background-position: left bottom, right bottom;"
|
||||||
background-position-y: bottom;"
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<div class="container vertical-center">
|
<div class="container vertical-center">
|
||||||
<div class="card text-center mx-auto" style="width: 15rem">
|
<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">
|
<div class="card-body">
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|||||||
Reference in New Issue
Block a user