-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfunny.html
More file actions
19 lines (19 loc) · 935 Bytes
/
Copy pathfunny.html
File metadata and controls
19 lines (19 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="base.css">
</head>
<body>
<h1>Це була ідея <span class="colorred">Арсенія</span>, тому я розмістив її тут лише для невеликої <span class="colorgreen">похвали Арсенія</span>, жартую, він також <span class="colorgold">зняв відео</span> нижче, але воно <span class="colorblue">хороше, хе-хе-хе-хе</span>, але, звичайно, не краще за моє.</h1>
<iframe class="rombo" width="560" height="315"
src="https://www.youtube.com/embed/5OUwVLbb50A"
title="ASMR Mukbang"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allow="autoplay; fullscreen"
allowfullscreen>
</iframe>
</body>
</html>