Spaces:
Running
Running
If I need to color it
Browse files- index.html +5 -4
index.html
CHANGED
|
@@ -2,15 +2,16 @@
|
|
| 2 |
|
| 3 |
<!Oh yeah there is some music to, I did "You drive me Crazy" because it is great song>
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
<img src="https://images.cooltext.com/5694310.gif" width="597" height="117" alt="Abigblueworld" />
|
| 8 |
<body>
|
| 9 |
<div>
|
| 10 |
<center>
|
| 11 |
-
|
| 12 |
-
background-color: rgb(81,55, 152)
|
| 13 |
-
}
|
| 14 |
Hi there! Nice to meet you here!
|
| 15 |
|
| 16 |
<dl>
|
|
|
|
| 2 |
|
| 3 |
<!Oh yeah there is some music to, I did "You drive me Crazy" because it is great song>
|
| 4 |
|
| 5 |
+
body {
|
| 6 |
+
background-color: rgb(81,55, 152);
|
| 7 |
+
color: rgb(32, 32, 32);
|
| 8 |
+
}
|
| 9 |
<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>
|
| 10 |
<img src="https://images.cooltext.com/5694310.gif" width="597" height="117" alt="Abigblueworld" />
|
| 11 |
<body>
|
| 12 |
<div>
|
| 13 |
<center>
|
| 14 |
+
|
|
|
|
|
|
|
| 15 |
Hi there! Nice to meet you here!
|
| 16 |
|
| 17 |
<dl>
|