Spaces:
Running
Running
Now cooltext
Browse files- index.html +2 -0
index.html
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
<!Learning code using the "Coding for kids" book I got this Easter 2024>
|
| 2 |
|
| 3 |
<!Oh yeah there is some music to, I did "You drive me Crazy" because it is great song>
|
|
|
|
|
|
|
| 4 |
<audio src="https://static.wikia.nocookie.net/scratchpad/images/6/65/ThisistheversionIneed%21.mp3" loop controls ></audio> <script>let volume = 0.7; let thisScript = document.currentScript; window.addEventListener("click", function() { let a = thisScript.previousElementSibling; if(a.paused) { a.play(); a.volume=volume; } })</script>
|
| 5 |
|
| 6 |
<body>
|
|
|
|
| 1 |
<!Learning code using the "Coding for kids" book I got this Easter 2024>
|
| 2 |
|
| 3 |
<!Oh yeah there is some music to, I did "You drive me Crazy" because it is great song>
|
| 4 |
+
|
| 5 |
+
<img src="https://images.cooltext.com/5694310.gif" width="597" height="117" alt="Abigblueworld" />
|
| 6 |
<audio src="https://static.wikia.nocookie.net/scratchpad/images/6/65/ThisistheversionIneed%21.mp3" loop controls ></audio> <script>let volume = 0.7; let thisScript = document.currentScript; window.addEventListener("click", function() { let a = thisScript.previousElementSibling; if(a.paused) { a.play(); a.volume=volume; } })</script>
|
| 7 |
|
| 8 |
<body>
|