Guest User

Untitled

a guest
Mar 6th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <footer style="background-color: #110E0E;" class="footer">
  2. <div id="social">
  3. <p>StoryShare sur les réseaux sociaux :</p>
  4. <div id="liens">
  5. <a href="[CAVIARDÉ]"><img src="/ressources/images/discord-logo.png" alt="Logo Discord" width="50" height="50"></a>
  6. <a href="[CAVIARDÉ]"><img src="/ressources/images/instagram_logo.png" alt="Logo Instagram" width="50" height="50"></a>
  7. </div>
  8. </div>
  9. <div id="legal">
  10. <p><a href="/mentions_legales.php">Mentions légales</a> -
  11. <a href="/cgu.php">Conditions Générales d'Utilisation</a> -
  12. <a href="/politiqueconfi.php">Politique de confidentialité</a>
  13. </p>
  14. </div>
  15. </footer>
  16.  
  17. <script>
  18. hamburger.onclick = () => {
  19. hamburger.classList.toggle("open");
  20. }
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment