diff options
Diffstat (limited to 'artistes.html')
| -rw-r--r-- | artistes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/artistes.html b/artistes.html index 24128ab..91ae52a 100644 --- a/artistes.html +++ b/artistes.html @@ -3,6 +3,9 @@ <link rel="stylesheet" href="artistes.css"> </head> <body> + <header> + <img src="https://upload.wikimedia.org/wikipedia/en/a/a4/Golden_Sun_icon.png" + alt="logo"> <nav> <ol> <li>accueil</li> @@ -11,6 +14,7 @@ <li>contact</li> </ol> </nav> + </header> <div class="main"> <div id="photos"> |
