1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-21 23:24:18 +00:00

Finish adding titles (#4)

This commit is contained in:
Steffo 2017-09-13 08:47:37 +02:00
parent dbdf1ab409
commit 2646750069
4 changed files with 6 additions and 4 deletions

View file

@ -4,6 +4,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="icon" href="http://www.terredicastelli.mo.it/favicon.ico">
{% block extrahead %}{% endblock %}
</head>
<body>

View file

@ -1,5 +1,5 @@
{% extends "base.htm" %}
{% block title %}Dashboard - Estus{% endblock %}
{% block title %}Pagina principale • estus{% endblock %}
{% block content %}
<div class="row">
<div class="col-sm-6">

View file

@ -1,10 +1,11 @@
{% extends 'base.htm' %}
{% block title %}Errore • estus{% endblock %}
{% block extrahead %}
<script>
window.onload = function() {
setTimeout(function() {
window.history.back();
}, 7000)
}, 4000)
}
</script>
{% endblock %}
@ -13,6 +14,6 @@
<b>ERRORE:</b> {{ error }}
</div>
<div>
Sarai reindirizzato alla pagina precedente entro 7 secondi.
Sarai reindirizzato alla pagina precedente entro 4 secondi (se hai abilitato il javascript).
</div>
{% endblock %}

View file

@ -1,5 +1,5 @@
{% extends "base.htm" %}
{% block title %}Benvenuto all'Acquario{% endblock %}
{% block title %}Login • estus{% endblock %}
{% block content %}
<h1>
Login