diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-07 19:20:16 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-08 19:56:29 +0100 |
| commit | 40d193b330443ea074f42674ed18f463fc8e422e (patch) | |
| tree | c3abfa115f38923afbadea6d38b4da0ca5e8e7ef /template.html | |
| parent | 0990b4df19b1e8c42c8a1c22fc77fb9e836b379c (diff) | |
| download | quatuorbellefeuille.com-40d193b330443ea074f42674ed18f463fc8e422e.tar.xz | |
Move images and stylesheets in subfolders
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template.html b/template.html index 59b9996..e9b9080 100644 --- a/template.html +++ b/template.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>{TITLE} - Quatuor Camelot</title> - <link rel="stylesheet" href="commun.css"> + <link rel="stylesheet" href="stylesheets/commun.css"> {STYLESHEETS} <link rel="alternate" type="application/rss+xml" href="feed.xml"> </head> @@ -19,8 +19,8 @@ <header class="menu togglable"> <input type="checkbox" class="toggle" id="menu"> - <img class="button open" src="menu.svg"> - <img class="button close" src="close.svg"> + <img class="button open" src="images/menu.svg"> + <img class="button close" src="images/close.svg"> <label for="menu">Menu</label> <div class="content"> <nav> @@ -48,8 +48,8 @@ <footer class="social togglable"> <input type="checkbox" class="toggle" id="social"> - <img class="button open" src="share.svg"> - <img class="button close" src="close.svg"> + <img class="button open" src="images/share.svg"> + <img class="button close" src="images/close.svg"> <label for="social">Nous contacter</label> <div class="content"> <img src="https://upload.wikimedia.org/wikipedia/en/9/9f/Twitter_bird_logo_2012.svg"> |
