Correction des chemins

This commit is contained in:
stiti
2024-05-20 16:31:29 +02:00
parent 03e1f43d2d
commit 85553ae9cb
7 changed files with 25 additions and 29 deletions

View File

@@ -3,17 +3,17 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/footer_dark.css">
<link rel="stylesheet" href="<?php echo base_url('assets/css/footer_dark.css'); ?>">>
<title>Musique</title>
</head>
<body>
<footer class="footer">
<div class="footer-content">
<div class="social-links">
<a href="https://www.instagram.com" class="social-icon"><img src="assets/img/reseaux_sociaux/instagram.png" alt="Instagram"></a>
<a href="https://www.facebook.com" class="social-icon"><img src="assets/img/reseaux_sociaux/facebook.png" alt="Facebook"></a>
<a href="https://www.snapchat.com" class="social-icon"><img src="assets/img/reseaux_sociaux/snapchat.png" alt="Snapchat"></a>
<a href="https://www.youtube.com" class="social-icon"><img src="assets/img/reseaux_sociaux/youtube.png" alt="Youtube"></a>
<a href="https://www.instagram.com" class="social-icon"><img src="<?php echo base_url('assets/img/reseaux_sociaux/instagram.png'); ?>" alt="Instagram"></a>
<a href="https://www.facebook.com" class="social-icon"><img src="<?php echo base_url('assets/img/reseaux_sociaux/facebook.png'); ?>" alt="Facebook"></a>
<a href="https://www.snapchat.com" class="social-icon"><img src="<?php echo base_url('assets/img/reseaux_sociaux/snapchat.png'); ?>" alt="Snapchat"></a>
<a href="https://www.youtube.com" class="social-icon"><img src="<?php echo base_url('assets/img/reseaux_sociaux/youtube.png'); ?>" alt="Youtube"></a>
</div>
<div class="legal">
<a href="#" class="legal-link">Mentions légales</a>