Réorganisation du code
This commit is contained in:
29
templates/404.html
Normal file
29
templates/404.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!--<head>-->
|
||||
<!-- <meta charset="UTF-8">-->
|
||||
<!-- <link rel="stylesheet" href="static/css/style.css", filename= 'style.css'>-->
|
||||
<!-- <title>SpotDL Web</title>-->
|
||||
<!--</head>-->
|
||||
|
||||
<!--<body>-->
|
||||
<!-- <div class="container">-->
|
||||
<!-- <h1>Error 404</h1>-->
|
||||
<!-- <h2>Il semble que vous soyez perdu. Revenez à la page d'accueil</h2>-->
|
||||
<!-- <button class="btn" onclick="window.location.href = '/';">Accueil</button>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!--</body>-->
|
||||
|
||||
{% extends 'layout.html' %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Error 404</h1>
|
||||
<h2>Il semble que vous soyez perdu. Revenez à la page d'accueil</h2>
|
||||
<button class="btn" onclick="window.location.href = '/';">Accueil</button>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
{% endblock body %}
|
||||
Reference in New Issue
Block a user