-
Notifications
You must be signed in to change notification settings - Fork 0
/
myplaylist.html
76 lines (75 loc) · 3.85 KB
/
myplaylist.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<HTML lang="en-gb">
<head>
<link rel="stylesheet" type="text/css" href="sandrolinux.css">
<meta name="description" content="A page about me and my youtube channel Sandro Linux">
<meta name="keywords" content="Sandro Linux, Sandro's quick news, Oscar Sanderson, Tech">
<meta name="author" content="Oscar Sanderson">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<Title>The Home Page of Sandro's Official Site</Title>
</head>
<body>
<div class="cookie-container">
<p>
I use cookies on this website to give you the best experience. To find out more, read my <a href="privacypolicy.html">privacy policy/cookie policy</a>.
</p>
<button class="cookie-btn">
Okay
</button>
</div>
<header class="TopBar">
<div class="container">
<H1>The Sandro Linux App</H1>
</div>
</header>
<nav id="navbar">
<div class="container">
<ul>
<LI><a href="index.html">Home</a></LI>
<LI><a href="search.html">Search</a></LI>
</ul>
</div>
</nav>
<div class="box-1">
<H2>Sandro's quick news</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4eT1UFFwBThaCPIqasug-0i" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<H2>Tech Comedy Sketches</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4eqyST4jZUEEruBu_4skyiW" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<H2>There is a new bot called...</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4ePhz7LA39gPHIX_X_2OQ8T" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<H2>How Tos</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4e69PcEPfVy87hUNic_MOwp" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<H2>My Review Videos</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4ePHjYXjdNtiRqNLaBQWZu4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<H2>My Intros</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4ciC_VbFtN7xdTf4YnLfvcC" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<H2>My Outros</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4eHhXDsVBNQdH1ZDHHrgn1-" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<H2>Trailers</H2>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/videoseries?list=PL94ritICQz4e8kLT5885__j0iVNUt5U2B" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="container">
<P><a href="privacypolicy.html">Privacy Policy</a>   <a href="contactme.html">Contact Me</a></P>
<footer id="main-footer">
<P>Copyright © 2021 Oscar Sanderson</P>
</footer>
<script src="cookiebanner.js"></script>
</div>
</body>
</HTML>