|
@@ -1,13 +1,12 @@
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
- <html lang="fr">
|
|
|
- <head>
|
|
|
+ <html lang="fr" data-lt-installed="true"><head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
<title>La Pop'ulaire - Le meilleur de la scène française et internationale</title>
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Prompt&display=swap">
|
|
|
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Prompt&display=swap">
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
|
|
@@ -18,11 +17,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<header>
|
|
|
- <img src="LaPopulaire-Landscape.png" width="40%">
|
|
|
- <iframe src="https://hyperion.lapopulai.re/public/lapopulaire/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 97%; min-height: 150px; border: 0;"></iframe>
|
|
|
- </header>
|
|
|
-
|
|
|
- <nav>
|
|
|
+ <nav><img src="LaPopulaire-Landscape.png" width="20%">
|
|
|
<ul class="menu">
|
|
|
<li><a href="#" onclick="return loadMain();"><u>Accueil</u></a></li>
|
|
|
<li><a href="#" onclick="return loadHistorique();">Derniers titres diffusés</a></li>
|
|
@@ -40,6 +35,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</nav>
|
|
|
+ <br><iframe src="https://hyperion.lapopulai.re/public/lapopulaire/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 97%; min-height: 150px; border: 0;"></iframe>
|
|
|
+ </header>
|
|
|
+
|
|
|
+
|
|
|
<main id="main-content">
|
|
|
<br>
|
|
|
<h2>Bienvenue chez La Pop'ulaire !</h2>
|
|
@@ -48,7 +47,7 @@
|
|
|
</main>
|
|
|
|
|
|
<footer>
|
|
|
- <p>Tous droits réservés © 2021-2024 La Pop'ulaire</p>
|
|
|
+ <p>Tous droits réservés © 2021-2024 La Pop'ulaire</p>
|
|
|
<a rel="me" href="https://social.am-networks.fr/@lapopulaire"></a>
|
|
|
</footer>
|
|
|
<script>
|
|
@@ -85,6 +84,8 @@
|
|
|
return false; // Empêcher le lien de suivre son URL
|
|
|
}
|
|
|
</script>
|
|
|
- </body>
|
|
|
- </html>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+</body></html>
|
|
|
|