forked from coke11/yoshi123
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvideos.html
80 lines (69 loc) · 3.62 KB
/
videos.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
77
78
79
80
<html>
<head>
<title>Yoshi 123 - Videos</title>
<a href ="https://coke11.github.io/yoshi123/">
Home
<a href ="https://coke11.github.io/yoshi123/videos">
Videos
<a href ="https://coke11.github.io/yoshi123/live-streams">
Live Streams
<a href ="https://www.youtube.com/channel/UCSk7gsduVAKHGKdX6IzMRQQ">
The Channel
</a>
</head>
<body style="background-color: orange;">
<script>
function colorChange(color){
document.getElementById("hiddenText").style.display = "inline";
document.getElementById("hiddenText").style.color = color;
}
</script>
<h1>Videos</h1>
<h2> Amiibo Dojo </h2>
These are the last three episodes of "Amiibo Dojo"!
<h4>Episode 14 (Bowser vs Ganondorf)</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/9kbjDWMkcoY" frameborder="0" allowfullscreen></iframe>
<h4>Episode 13 (Lucas vs Pit)</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/p4jdGCL7sgM" frameborder="0" allowfullscreen></iframe>
<h4>Episode 12 (Sonic vs Samus)</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/jJsrlaKYphA" frameborder="0" allowfullscreen></iframe>
<h2> The Life </h2>
These are the last three episodes of "The Life"!
<h4>Episode 1</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/0-WIfzw6Sig" frameborder="0" allowfullscreen></iframe>
<h4>Episode 2 - Coming Soon!</h4>
<h4>Episode 3 - Coming Soon!</h4>
<h2>Yoshi 123 Sports</h2>
These are the last there epsidoes of "Yoshi 123 Sports"!
<h4>Shooting challenge with mac'n'cat,THE CHAMPIONSHIP!!!</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/Ya73_jMzO6c" frameborder="0" allowfullscreen></iframe>
<h4>Shooting Challenge Part 2 Ft. Mac 'n' Cat</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/o60xm2_VRvw" frameborder="0" allowfullscreen></iframe>
<h4>Mayo Challenge</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/1KrfJBpB3gs" frameborder="0" allowfullscreen></iframe>
<h2>Minecraft (No More Episodes)</h2>
These are the last there epsidoes of "Minecraft"! <br>
<h4>Let's Play Minecraft Ep. 6 Raindbow World Ft. Firekat and Mac'n'Cat </h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/msyBfE6yj0w" frameborder="0" allowfullscreen></iframe>
<h4>Let's play Minecraft-episode 5-Halloween world part 2</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/B6R96qjRmgU" frameborder="0" allowfullscreen></iframe>
<h4>Minecraft Episode 4 Halloween World</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/49VAb8znLAw" frameborder="0" allowfullscreen></iframe>
<h2>Yoshi 123 Hunts</h2>
These are the last there epsidoes of "Yoshi 123 Hunts"! <br>
<h4>Waddle Dee Amiibo unboxing (Makeup for hunts)</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/gvLvrjTh0NI" frameborder="0" allowfullscreen></iframe>
<h4>Yoshi 123 hunts-episode 3-pop hunt-Yoshi 123 short</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/Mw-FXWjElZA" frameborder="0" allowfullscreen></iframe>
<h4>Yoshi 123 hunts-episode 2-March 18th amiibo hunt- Yoshi 123 short</h4>
<iframe width="280" height="200" src="https://www.youtube.com/embed/P6eZMQtCQH0" frameborder="0" allowfullscreen></iframe>
</body>
<h2>Pokemon Go</h2>
These are the last there epsidoes of "Pokemon Go"! <br>
<h4>Episode 1 - Coming Soon!</h4>
<h4>Episode 2 - Coming Soon!</h4>
<h4>Episode 3 - Coming Soon!</h4> <br>
This code is open source!</font> See a problem, want to help, or just need to see the update log? You can do so on the <a href="https://github.com/coke11/yoshi123"
</a> github page </a>
:) | (c) 2016 Yoshi 123
</html>