2022-03-02 14:18:11 +01:00
<!doctype html>
< html lang = "fr" data-theme = "light" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > Site en maintenance< / title >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/favicon-16x16.png" >
< link rel = "manifest" href = "/site.webmanifest" >
< link rel = "mask-icon" href = "/safari-pinned-tab.svg" color = "#5bbad5" >
2022-03-02 16:50:25 +01:00
< meta name = "msapplication-TileColor" content = "#2b5797" >
2022-03-02 14:18:11 +01:00
< meta name = "theme-color" content = "#ffffff" >
< link href = "/css/main.css" rel = "stylesheet" / >
< script src = "/js/main.js" > < / script >
< / head >
< body >
< nav class = "navbar" aria-label = "Navigation principale" >
< div class = "navbar-brand" >
< a class = "navbar-item" href = "/" >
2022-03-02 16:50:25 +01:00
< img src = "/img/logo.png" alt = "Logo MusicTopus" >
< span > MusicTopus< / span >
2022-03-02 14:18:11 +01:00
< / a >
< a role = "button" class = "navbar-burger" aria-label = "Afficher le menu" aria-expanded = "false" data-target = "navbar" >
< span aria-hidden = "true" > < / span >
< span aria-hidden = "true" > < / span >
< span aria-hidden = "true" > < / span >
< / a >
< / div >
< / nav >
< main class = "layout-maxed home" >
< div class = "header layout-hero" > < / div >
< h1 > Site inaccessible< / h1 >
< p >
Pas de panique on revient très vite !
< / p >
< / main >
< footer class = "footer layout-hero" >
< p >
2022-03-02 16:50:25 +01:00
< strong title = "Merci Brunus ! 😜" > MusicTopus< / strong > par < a href = "https://www.darkou.fr" target = "_blank" rel = "noopener noreferrer" > Damien Broqua < i class = "icon-link" > < / i > < / a > .
2022-03-02 14:18:11 +01:00
Fait avec ❤️ à Bordeaux.
Le code source est sous licence < a href = "https://www.gnu.org/licenses/gpl-3.0-standalone.html" target = "_blank" rel = "noopener noreferrer" > GNU GPL-3.0-or-later < i class = "icon-link" > < / i > < / a > .
< / p >
< / footer >
< / body >
< / html >