diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 18:19:46 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 18:19:46 +0200 |
| commit | 784230b25547838cebc430837acb5e488ae59fe4 (patch) | |
| tree | f5b1c36561c063f7fa8ed99ceb04e4860419d62a /index.html | |
| parent | af893f71c9a8d8d5ca815ed44ed0879287e4cf87 (diff) | |
feat: addded an icon
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ <meta name="author" content="Marcellus" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="./style.css" /> + <link rel="icon" type="favicon/ico" href="img/mii.ico"> </head> <body class="index"> <p style="position: absolute; top:50%; left: 50%; text-align: center; transform: rotate(-45deg);">Trop d'ordre sur cette page...</p> |
