forked from faculdadeiv2/PWA
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathengasgolactente-8.html
39 lines (38 loc) · 1.67 KB
/
engasgolactente-8.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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="pt-br">
<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">
<link rel="manifest" href="manifest.webmanifest">
<title>Sammakko</title>
<!-- CSS only -->
<link rel="stylesheet" href="Assets/bootstrapfiles/bootstrap/compiler/bootstrap.css">
<link rel="stylesheet" href="Assets/styles/nav.css">
<link rel="stylesheet" href="Assets/styles/style.css">
</head>
<body>
<!-- Botoes-Top -->
<!-- Navbar Top -->
<div class="nav-top px-3">
<div class="nav-top-names">
<h2 class="txt-color1 mt-2">Engasgo Lactente</h2>
</div>
</div>
<!-- Navbar Top -->
<div class="container px-3">
<div class="bls-conteudos-2 text-center">
<img src="Assets/images/concluido.svg" class="mt-5" alt="">
<h4 class="txt-cont-title mt-4">Prossiga para o questionário de questões e teste seus conhecimentos acerca do conteúdo <span class="text-center d-block">de</span> <span class="text-center">"<span class="txt-color1">Engasgo lactente</span>"</span> </h4>
</div>
<div class="bts-conteudos">
<a href="teste-engasgo-lactente.html" id="bt-prosseguir-conteudo"><span class="text-top-color">PROSSEGUIR</span></a>
<a href="page-conteudo-engasgolasctente.html" id="bt-voltar-video" class=" mt-4"><span class="txt-color2">VOLTAR AO VÍDEO</span></a>
</div>
</div>
<!-- Scripts Only -->
<script src="Assets/bootstrapfiles/jquery/dist/jquery.js"></script>
<script src="Assets/bootstrapfiles/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="index.js"></script>
</body>
</html>