-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1015 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
<!DOCTYPE html>
<html>
<head>
<title>CuboCombo</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/img" href="img/icon.png"/>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/estilo.css">
</head>
<body class="container">
<header>Aqui ficará título logo e as redes sociais
<img id="logo" src="img/icon.png">
</header>
<column_l>Coluna da esquerda</column_l>
<main>
<h1> Aqui fica o vídeo</h1>
<iframe src="https://www.youtube.com/embed/EV8vHItyHxI?autoplay=1&loop=1&mute=1&playlist=EV8vHItyHxI"></iframe>
</main>
<column_r>Coluna da direita</column_r>
<footer>2020 HappyTripod Games | GooglePlay e o logotipo GooglePlay são marcas registradas de Google Inc.</footer>
<script src="js/main.js"></script>
</body>
</html>