-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.html
29 lines (25 loc) · 1.2 KB
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class="row">
<div class="row text-center">
<h1>PaulVGameplay</h1>
<p>You can find me on the following websites:</p>
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12">
<a class="nav-link h3" href="https://www.youtube.com/@paulvgameplay88" target="_blank"> <i class="fa-brands fa-youtube "></i> YouTube </a>
<iframe width="90%" height="400px"
src="https://www.youtube.com/embed/3Du7ZFkfq6c?autoplay=1&mute=1">
</iframe>
</div>
<div class="col-md-6 col-xs-12"
ng-controller="TwitchIntegrationController" >
<a class="nav-link h2" href="https://www.twitch.tv/paulvgameplay" target="_blank">
<i class="fa-brands fa-twitch"></i>
Twitch
</a>
<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div>
</div>
</div>
</div>
</div>
</div>