Ajout favicon.

This commit is contained in:
Antoine Waehren 2021-12-03 03:05:16 +01:00
parent b04edc9b33
commit 66c08a6d11
9 changed files with 13 additions and 5 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

View File

@ -11,6 +11,7 @@ histoire
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{nom}}</title>
<link href="/static/style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<h1>{{nom}}}</h1>

View File

@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>404 Not Found - Sauveuteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<header id="banner">

View File

@ -8,6 +8,7 @@ evenement
<title>{{siecle}}</title>
<link href="../static/style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<h1>{{siecle}}</h1>

View File

@ -3,6 +3,7 @@
<meta charset="utf-8">
<title>Sauveteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<header id="banner_index">
@ -15,8 +16,8 @@
<center>
<form action="/search" method="post">
<label for="search">Recherche :</label>
<input type="text" name="search" value="" required>
<input type="submit" value="Recherche !">
<input type="text" name="search" value="" placeholder="Rechercher des sauveteurs, des bateaux, des expéditions..." size="40" required>
<input type="submit" value="Rechercher">
</form>
<br>
<div>

View File

@ -11,6 +11,7 @@ histoire
<title>{{nom}}{{prenom}}</title>
<link href="../static/style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<h1>{{nom}}}{{prenom}}</h1>

View File

@ -14,6 +14,7 @@ description
<meta charset="utf-8">
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<header id="banner">

View File

@ -3,6 +3,7 @@
<meta charset="utf-8">
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<header id="banner">

View File

@ -9,6 +9,7 @@ evenement
<title>{{nom}}</title>
<link href="../static/style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<h1>{{nom}}</h1>