-
Notifications
You must be signed in to change notification settings - Fork 0
/
seasons01e01.html
136 lines (76 loc) · 3.37 KB
/
seasons01e01.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<!-- _______________this is going to be the head_______________ -->
<head>
<title>DoctorWhoS01E01</title>
<link rel="icon" type="image/x-icon" href="images/btb colored logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style_movie.css">
<!-- ______________header title begins_______________ -->
<a href="https://btbwho.github.io/" style="text-decoration:none;">
<headerbtb>BEARTHEBANGTAN</headerbtb></a>
<!-- ______________header title ends_______________ -->
</head>
<!-- ______________this is going to be the body_______________ -->
<body>
<!-- ______________info strip_______________ -->
<div class="banner">
<div class="banner-image"> <!-- img -->
<img src="images/s01e01 thumbnail.jpg">
</div>
<div class="series-info"> <!-- info -->
<div class="series-title">
Doctor Who - Season 01
</div>
<div class="episode-info">
Episode 01. Rose
</div>
<div class="bottom-row">
<div class="info-item">Release: 2005</div>
<div class="info-item">Episodes: 13</div>
<div class="info-item">RO+ENG SUB</div>
<div class="info-item">BBC HD</div>
</div>
</div>
</div>
<!-- ______________episode_______________ -->
<div class="container">
<div class="tab-wrap">
<input type="radio" id="tab1" name="tabGroup1" class="tab" checked>
<label for="tab1">Filemoon</label>
<input type="radio" id="tab2" name="tabGroup1" class="tab">
<label for="tab2">Abyss</label>
<input type="radio" id="tab3" name="tabGroup1" class="tab">
<label for="tab3">Streamvid</label>
<div class="tab__content">
<iframe src="https://filemoon.sx/e/tmc1n1lqyzs8/DoctorWho_-_S01E01_-_Rose__1080p_BluRay_10Bit__roeng" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="360" allowfullscreen></iframe>
</div>
<div class="tab__content">
<iframe width="640" height="360" src="https://short.ink/JwhqqZu2Yj" frameborder="0" scrolling="0" allowfullscreen></iframe>
</div>
<div class="tab__content">
<IFRAME SRC="https://streamvid.net/embed-6s675yyp484m" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen></IFRAME> </div>
</div>
</div>
<!-- buttons -->
<div class="buttonsnav">
<div class="button-container">
<a href="https://btbwho.github.io/season01" class="button"><i class="fa-solid fa-arrow-left"></i>Episode List</a>
<a href="https://btbwho.github.io/seasons01e02" class="button">S01E02<i class="fa-solid fa-chevron-right"></i></a>
</div>
<div class="button-container">
<a href="https://btbwho.github.io/masterlist" class="button"><i class="fa-solid fa-angles-left"></i> Masterlist</a>
</div>
</div>
<div class="donofloaty">
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script>
<script type='text/javascript'>kofiwidget2.init('Support me on Ko-fi!', '#011331', 'Q5Q14H9Q3');kofiwidget2.draw();</script>
</div>
</body>
<!-- ______________footer_______________ -->
<footer>
<p style="line-height:20px">Coded by © BEARTHEBANGTAN | 2023</p>
</footer>
</html>