Spaces:
Running
Running
Commit
·
4008190
1
Parent(s):
c148735
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -256,14 +256,14 @@
|
|
| 256 |
<div class="col-6 col-md-3">
|
| 257 |
<div class="shadow-lg bg-light movie">
|
| 258 |
<div>
|
| 259 |
-
<img src="https://
|
| 260 |
</div>
|
| 261 |
<div class="p-3">
|
| 262 |
-
<h1 style="font-size: 28px;">
|
| 263 |
<p style="font-size: 20px;">Description</p>
|
| 264 |
|
| 265 |
<audio controls class="d-none" id="audio">
|
| 266 |
-
<source src="
|
| 267 |
</audio>
|
| 268 |
</div>
|
| 269 |
|
|
|
|
| 256 |
<div class="col-6 col-md-3">
|
| 257 |
<div class="shadow-lg bg-light movie">
|
| 258 |
<div>
|
| 259 |
+
<img src="https://static.mirchi.in/thumb/imgsize-39216,msid-104845503,width-800,height-450,resizemode-1/104845503.jpg" style="width: 100%;" alt="" class="song">
|
| 260 |
</div>
|
| 261 |
<div class="p-3">
|
| 262 |
+
<h1 style="font-size: 28px;">I Am Scared</h1>
|
| 263 |
<p style="font-size: 20px;">Description</p>
|
| 264 |
|
| 265 |
<audio controls class="d-none" id="audio">
|
| 266 |
+
<source src="leo.mp3" type="audio/mp3" />
|
| 267 |
</audio>
|
| 268 |
</div>
|
| 269 |
|