Merge pull request #141 from ThomasRubini/header-improvements

Header improvements
This commit is contained in:
Marla 2023-01-26 21:14:30 +01:00 committed by GitHub
commit 9365d034d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,15 @@
<!doctype html>
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>My sweet MVC</title>
<meta charset="UTF-8">
<meta name="description" content="Tentation sucrée répertorie de nombreuses recettes de pâtisseries partagées, notées et commentées par ses membres.">
<meta name="keywords" content="tentation, sucrée, végan, budget, sans lactose, cuisson, préparation, recettes, pâtisseries, pâtisser">
<title>Tentation sucrée</title>
<link rel="icon" href="/static/img/favicon/favicon_32.png" type="image/png" sizes="32x32">
<link rel="icon" href="/static/img/favicon/favicon_64.png" type="image/png" sizes="64x64">
<link rel="icon" href="/static/img/favicon/favicon_128.png" type="image/png" sizes="128x128">
<link rel="icon" href="/static/img/favicon/favicon_256.png" type="image/png" sizes="256x256">
<link rel="icon" href="/static/img/favicon/favicon_512.png" type="image/png" sizes="512x512">
<link rel="stylesheet" href="/static/style.css">
</head>
<body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB