<!DOCTYPE html> <html lang="fr-FR"> <head> <meta charset="UTF-8"> <title>Bloque la pub</title> <link rel="stylesheet" id="style-css" href="style.css" type="text/css" media="all" /> </head> <body> <div id="header"> <img id="title" src="titre.svg" alt="BLOQUE LA PUB SUR INTERNET"/> <img id="passele" src="passele.svg" alt="ET PASSE LE BLOQUEUR À TES VOISIN·ES"/> </div> <div id="container"> <div class="content"> <h1>Images à partager</h1> <div class="boite rs"> <img src="rs/1.png" /> <img src="rs/2.png" /> </div> <div class="boite rs"> <img src="rs/3.png" /> <img src="rs/4.png" /> </div> <div class="boite rs"> <img src="rs/5.png" /> <img src="rs/6.png" /> </div> <h1>Citations à partager</h1> <div class="boite rs"> <img src="rs/cit1.png" /> </div> <div class="boite rs"> <img src="rs/cit2.png" /> </div> </div> </div> <footer> <div class="boite"> <a href="https://antipub.org/"> <h4>RAP</h4> <img style="width:200px;" src="img/RAP.png" /> </a> <a href="https://www.laquadrature.net/"> <h4>La Quadrature du Net</h4> <img style="width:100px;" src="img/lqdn.png" /> </a> </div> <div style="width: 32%;" class="boite"> <a href="https://framadrop.org"> <h4>Framasoft</h4> <img style="width:50px;" src="img/framasoft.png" /> </a> <a href="https://www.lececil.org/"> <h4>Le CECIL</h4> <img style="width:70px;" src="img/cecil.jpg" /> </a> <a href="http://www.globenet.org/"> <h4>Globenet</h4> <img style="width:50px;" src="img/globenet.gif" /> </a> </div> </footer> </body> <script type='text/javascript' src='scroll.js'></script> </html>