UNE ICONE

This commit is contained in:
Brunetto Marie 2022-12-12 10:18:31 +01:00
parent f2769ef257
commit f064dab687
2 changed files with 1 additions and 0 deletions

BIN
W.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

View file

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WORDLE MAIS L'INSA</title> <title>WORDLE MAIS L'INSA</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
<link rel="icon" href="W.ico" />
<script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="script.js"></script>
</head> </head>