Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IanToujou committed Dec 2, 2021
1 parent c00b15f commit 188d6b0
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<!--
Copyright (c) 2021 Toujou Studios
Made by IanToujou using Bootstrap
If you encounter any issues or have any questions,
take a look at this project's Github page:
https://github.com/IanToujou/FiveM-Modern-Loadingscreen
You are free to use this asset under the GPL 3.0 License.
https://github.com/IanToujou/FiveM-Modern-Loadingscreen/blob/master/LICENSE
-->

<!DOCTYPE html>
<html style="margin: 1px;">

Expand All @@ -17,7 +31,7 @@
<div class="container">
<div class="intro">
<h2 class="text-center" style="color: rgb(255,255,255);font-size: 50px;">ServerName</h2>
<p class="text-center" style="color: rgb(255,255,255);font-size: 21px;">Lorem ipsum <br>DarkIce - Lorem ipsum dolor sit amet</p>
<p class="text-center" style="color: rgb(255,255,255);font-size: 21px;">Lorem ipsum <br>ServerName - Lorem ipsum dolor sit amet</p>
</div>
<div class="row features">
<div class="col-sm-6 col-lg-4 item"><i class="fa fa-map-marker icon"></i>
Expand Down Expand Up @@ -49,10 +63,18 @@ <h3 class="name" style="color: rgb(255,255,255);">Lorem ipsum</h3>
<div class="intro">
<p class="text-center" style="color: rgb(255,255,255);font-size: 21px;">Loading...</p>
</div>
</div><iframe id="music-video" allowfullscreen="" frameborder="0" width="0" height="0" src="https://www.youtube.com/embed/KVh183DK1-4?autoplay=1&enablejsapi=1"></iframe>

</div>

<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>

<!-- Change the video ID below -->
<iframe id="music-video" allowfullscreen="" frameborder="0" width="0" height="0" src="https://www.youtube.com/embed/KVh183DK1-4?autoplay=1&enablejsapi=1"></iframe>

<!-- Change the video ID below -->
<script>

var tag = document.createElement('script');

tag.src = "https://www.youtube.com/iframe_api";
Expand All @@ -73,7 +95,9 @@ <h3 class="name" style="color: rgb(255,255,255);">Lorem ipsum</h3>
}
});
}

</script>

</body>

</html>

0 comments on commit 188d6b0

Please sign in to comment.