Ajout icône.

Màj page accueil.
This commit is contained in:
Antoine Waehren 2021-12-02 20:29:57 +01:00
parent cf01502870
commit c5f1c2c605
2 changed files with 2 additions and 2 deletions

BIN
static/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

View File

@ -7,7 +7,7 @@
<body> <body>
<center> <center>
<div class="LOGO-DUO"> <div class="LOGO-DUO">
<img src="https://sauveteurdudunkerquois.fr/wp-content/uploads/2021/09/LOGO-DUO.png" width="200" <img src="../static/icon.png" width="200"
height="100"> height="100">
</div> </div>
<br> <br>
@ -18,7 +18,7 @@
</form> </form>
<br> <br>
<div> <div>
<button>Page au hasard</button> <button action="/random">Page au hasard</button>
</div> </div>
</center> </center>
</body> </body>