-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 772 Bytes
/
index.html
File metadata and controls
33 lines (30 loc) · 772 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quantum Computing</title>
</head>
<body bgcolor="#303030">
<style>
.top {
display: flex;
justify-content: center;
align-items: center;
width:600px;
height:180px;
margin:auto;
background-color:#303030;
font-family:Arial;
color:#b5e853;
}
</style>
<center>
<div class="top">
<h1>What is the Quantum Computing?</h1>
</div>
<iframe width="560" height="315" src="./media/quantum_computing.mp4"></iframe>
</center>
</body>
</html>