Will be awesome one day, I guarantee you
0
fork

Configure Feed

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

at DEV 52 lines 2.1 kB view raw
1<!DOCTYPE html> 2<html lang="fr"> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Hmmm Yup? I'm here!</title> 7 <link rel="stylesheet" href="style.css"> 8 <script type="text/javascript"> 9 var _wsq = _wsq || []; 10 _wsq.push(['_setNom', 'cooltngl']); 11 _wsq.push(['_wysistat']); 12 13 (function(){ 14 var ws = document.createElement('script'); 15 ws.type = 'text/javascript'; 16 ws.async = true; 17 ws.src = ('https:' == document.location.protocol ? 'https://www' : 'http://www') + '.wysistat.com/ws.jsa'; 18 var s = document.getElementsByTagName('script')[0]||document.getElementsByTagName('body')[0]; 19 s.parentNode.insertBefore(ws, s); 20 })(); 21 </script> 22 <script defer data-site="e0b530eb8ba8e4b4" src="https://analytics-keeper--clement070110.replit.app/api/track.js"></script> 23</head> 24<body> 25 26 <div id="content"> 27 <header> 28 <h1>WIP - Revenez plus tard?</h1> 29 <div class="meta"> 30 <p id="compteur">Version: 29.04.2026.1</p> 31 <p>Copyright : Cld</p> 32 </div> 33 </header> 34 <p>Hébergé par <a href="https://www.tangled.org">tangled.org</a></p> 35 <!-- 36 <h2>De l'inutilité des concours de philosophie</h2> 37 <subscriptum><i><s>Essai</s> Texte distrayant</i></subscriptum> 38 --> 39 <h2>Ci-dessous un certain nombre de boutons <b class="highlight">TOUS</b> fortement <b class="highlight">déconseillés.</b></h2> 40 <div class="btns"> 41 <button class="nepastoucher">On ne perd rien à essayer!</button> 42 <button class="nepastoucher">Par-ici!</button> 43 <button id="compteurplusun">APPUYEZ ICI</button> 44 <button id="achatautoclick">ICI C'EST MIEUX</button> 45 <button id="gameover" class="danger-button">Les boutons rouges c'est gameover.</button> 46 </div> 47 <p id="prevention" class="hidden">Vous étiez prévenu; Pas de PITIÉ</p> 48 </div> 49 50 <script src="script.js"></script> 51</body> 52</html>