-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 764 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 764 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
<html>
<head>
<title>
Imersão Dev - Aula 03
</title>
<link href="https://iasminmoreira.github.io/Dev-AluraFlix-/style.css" rel="stylesheet"/>
<script src="https://iasminmoreira.github.io/Dev-AluraFlix-/scripts.js"></script>
</head>
<body>
<div class="container">
<h1 class="page-title">
Nerdflix
</h1>
<img src="https://www.alura.com.br/assets/img/imersoes/dev-2021/logo-imersao-aluraflix.svg" class="page-logo"
alt="">
</div>
<div id=filmeNaTela></div>
<div id=nomeNaTela></div>
<a href="https://alura.com.br/" target="_blank">
<img src="https://www.alura.com.br/assets/img/home/alura-logo.svg" alt="" class="alura-logo">
</a>
</body>
</html>