-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
130 lines (99 loc) · 3.05 KB
/
Copy pathtext.html
File metadata and controls
130 lines (99 loc) · 3.05 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="yt.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,95,100..900;1,95,100..900&display=swap" rel="stylesheet">
<title>Youtube.com</title>
</head>
<body>
<div class="video-grid">
<div class="video-1">
<div class="video-thumbnail">
<img class="thumbnail" src="thumbnail-1.webp">
</div>
<div class="video-details-1">
<div class="channel-pic">
<img class="channel-logo" src="channel-1.jpeg">
</div>
<div class="video-info-1">
<p class="video-title">
Talking Tech and AI with Google ceo Sundar Pichai!
</p>
<p class="video-author">
Marques Bro
</p>
<p class="video-stats">
1.2M views 7months ago
</p>
<h1> hello how are u</h1>
</div>
</div>
</div>
<div class="video-1">
<div class="video-thumbnail2">
<img class="thumbnail" src="thumbnail-2.webp">
</div>
<div class="video-details-1">
<div class="channel-pic">
<img class="channel-logo" src="channel-2.jpeg">
</div>
<div class="video-info-1">
<p class="video-title">
Try to laugh challenge!
</p>
<p class="video-author">
Markiplier
</p>
<p class="video-stats">
19M views 1year ago
</p>
</div>
</div>
</div>
<div class="video-1">
<div class="video-thumbnail">
<img class="thumbnail" src="thumbnail-1.webp">
</div>
<div class="video-details-1">
<div class="channel-pic">
<img class="channel-logo" src="channel-1.jpeg">
</div>
<div class="video-info-1">
<p class="video-title">
Talking Tech and AI with Google ceo Sundar Pichai!
</p>
<p class="video-author">
Marques Brownlee
</p>
<p class="video-stats">
1.2M views 6months ago
</p>
</div>
</div>
</div>
<div class="video-1">
<div class="video-thumbnail2">
<img class="thumbnail" src="thumbnail-2.webp">
</div>
<div class="video-details-1">
<div class="channel-pic">
<img class="channel-logo" src="channel-2.jpeg">
</div>
<div class="video-info-1">
<p class="video-title">
Try not to laugh challenge!
</p>
<p class="video-author">
Markipli
</p>
<p class="video-stats">
19M views 1year ago
</p>
</div>
</div>
</div>
</div>
</body>
</html>