Ajout favicon.
This commit is contained in:
parent
b04edc9b33
commit
66c08a6d11
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user