-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 782 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 782 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/home.css">
<script src="./javascript/home.js"></script>
<title>Teste Vocacional - DevTec</title>
</head>
<body>
<div class="conteiner-pai">
<div class="conteiner-conteudo">
<div>
<label class="titulo">Teste Vocacional</label>
</div>
<div>
<img class="logo-principal" src="./images/logo-principal.png" alt="Logo-devTec">
</div>
<div class="conteiner-botao">
<button class="botao-avancar" onclick="redirecionarParaQuestionario()"><a style="text-decoration: none;">Avançar </a></button>
</div>
</div>
</div>
</body>
</html>