-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1001 Bytes
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rawbytes</title>
<meta name="description" content="Rawbytes">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="flex-container">
<div>
<img src="logo.png" alt="RAWBYTES" height="50">
</div>
<div>
<h2>The Complete History of the Internet</h2>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6AvQKXus5s4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div>
<h2>How does the Internet work?</h2>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QgU03gxE8bM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</body>
</html>