Skip to content

Commit

Permalink
changed video url
Browse files Browse the repository at this point in the history
  • Loading branch information
codecrew-qes committed Sep 2, 2023
1 parent 83f6d12 commit 3343dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions level_1/phishing_animated_video.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</section>
<div class="fullscreen-video" id="video-outer">
<div id="napisy"></div>
<video class="videoalign" preload="auto" controls id="player--video" autoplay="autoplay">
<source src=assets/video.mp4 type=video/mp4>
<video class="videoalign" preload="auto" loading="lazy" controls id="player--video" autoplay="autoplay">
<source src="https://fuhadkalathingal.github.io/PhishGuard/level_1/assets/video.mp4" type=video/mp4>
</video>

</div>
Expand Down

0 comments on commit 3343dbf

Please sign in to comment.