Will be awesome one day, I guarantee you
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hup

Cldprv 39d1a0cb f3f68a2c

+12 -4
+12 -4
index.html
··· 6 6 <title>Hmmm Yup? I'm here!</title> 7 7 </head> 8 8 <body> 9 - <h1>WIP</h1> 10 - <p>Hosted with love by <a href="https://www.tangled.org">tangled.org</a> I suppose?</p> 11 - <p>Come back later, I'm busy!</p> 12 - <!-- Your content goes here --> 9 + <div id="content"> 10 + <h1>WIP</h1> 11 + <p>Hosted with love by <a href="https://www.tangled.org">tangled.org</a> I suppose?</p> 12 + <p>Come back later, I'm busy!</p> 13 + <button onclick=" 14 + document.getElementById('content').style.transform='rotate(0.5turn)'; 15 + document.getElementById('nepastoucher').style.display='none'; 16 + document.getElementById('prevention').style.display='block'; 17 + 18 + " id="nepastoucher">N'appuyez pas ici.</button> 19 + <p style="display:none;color:red;" id="prevention">Vous êtiez prévenus.</p> 20 + </div> 13 21 </body> 14 22 </html>