Skip to content

Commit

Permalink
final fixes, including the video url ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
wo-r committed Mar 8, 2024
1 parent ff851c5 commit 6b159a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Arturo Sandoval</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -283,7 +284,7 @@ <h1 class="font-black text-5xl pb-5 slide-in-top">One of his songs</h1>
This is one of my most favorite songs from him.
</p>
<video id="video" class="slide-in-top bg-black mt-5" width="500rem" height="300rem" controls>
<source src="https://dl31.genyoutube.online/mates/en/download?url=ZTREjvNyOeRbKt/xY7XdgX1tWmypShtNuoM8PMQ61wm3CYL0o1CUFiMyicbwSitsEOwtVMlWrh5aCUstUaqFliUVt66mFIvr5560LtyPYzSrx82mBVCKYT8s3lwi8HmQU4LtcISfcU2cBwvwi6f6Wo%2BsjL6Yj2y50eMQpd08rfXHKxlqTvG85owXLLaWb3TF" type="video/mp4">
<source src="https://github.com/wo-r/arturo-sandoval-project/releases/download/video/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<a goto="8" class="cursor-pointer click-me slide-in-left mt-10"><i>Go back</i></a>
Expand Down

0 comments on commit 6b159a3

Please sign in to comment.