Hoofdpagina: verschil tussen versies
Uit WikiMeneer
Regel 31: | Regel 31: | ||
*[[Muziek en sjit]] | *[[Muziek en sjit]] | ||
*[http://vuilnisbak.xyz/heeftdonluxemburgalingehaald Heeft Don Luxemburg al ingehaald?] | *[http://vuilnisbak.xyz/heeftdonluxemburgalingehaald Heeft Don Luxemburg al ingehaald?] | ||
+ | |||
+ | |||
+ | <!DOCTYPE html> | ||
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <title>Heeft Don Luxemburg al ingehaald?</title> | ||
+ | <link rel="icon" type="image/x-icon" href="favicon.ico" /> | ||
+ | <meta charset="utf-8"> | ||
+ | <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script> | ||
+ | <link rel="stylesheet" href="odometer-theme-default.css" /> | ||
+ | <script src="odometer.js"></script> | ||
+ | <style> | ||
+ | #odometer { | ||
+ | font-size: 64px; | ||
+ | } | ||
+ | </style> | ||
+ | <script> | ||
+ | //$.getJSON('https://www.googleapis.com/youtube/v3/channels?part=statistics&id=UCU0TjDaglN5awRHKY_tThzA&key=AIzaSyA5yomMl6Eg6qV6BhjYBYQtqZTXnoreK0c', function(subs) { | ||
+ | //document.getElementById("odometer").innerHTML = Intl.NumberFormat().format(subs.items[ 0 ].statistics.subscriberCount); | ||
+ | //}); | ||
+ | function fix() { | ||
+ | var som = document.getElementById("getal").value; | ||
+ | document.getElementById("odometer").innerHTML = som; | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="odometer" class="odometer">0</div> | ||
+ | <input id="getal" value=""> | ||
+ | <button type="button" onclick="fix()">toepas</button> | ||
+ | </body> | ||
+ | </html> |
Versie van 9 aug 2017 om 15:28
“Ik ben zo slim, ik zou een eigen Wikipedia moeten beginnen!”
“Wij wisten altijd al dat Don het in zich had.”
“Hoi mam!”
In de onderstaande video is te zien dat Don een lopende Wikipedia is.
Alle artikelen:
- Kaasmeneer
- Dalai Don
- Leonardo Don Vinci
- Irriteerbeer
- Kilodon
- Lijst van rijkste mensen ter wereld
- Charles Donwin
- Donau
- Don Shakespeare
- Ruimtestation ISIS
- Roy Donders
- Muziek en sjit
- Heeft Don Luxemburg al ingehaald?
<!DOCTYPE html>
0