-
Notifications
You must be signed in to change notification settings - Fork 1
/
action_confirmation.html
27 lines (24 loc) · 1.16 KB
/
action_confirmation.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
<!DOCTYPE html>
<html lang="pt" data-bs-theme="dark" class="h-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/bootstrap.js"></script>
<title>Fork e Pull Request - Exemplo simples e prático - 11</title>
</head>
<body class="d-flex align-items-center py-4 bg-body-tertiary h-100">
<main class="w-100 m-auto form-container">
<form action="action_confirmation.html">
<img src="icons/bootstrap-outline.svg" alt="" class="m-4" width="72" height="57">
<h1 class="h3 mb-3 fw-normal">Dados enviados</h1>
<h1 class="mb-3 fw-normal">Obrigado !</h1>
</form>
<p class="text-body-secundary mt-3 mb-1">
<a class="link-offset-2 link-underline link-underline-opacity-0" href="https://youtu.be/Gp1Mb3_fxbg?si=O8NqLCUpjmclHi3ls">Fernanda Kipper</a>
</p>
<p class="text-body-secundary mt-1 mb-3">© 2017 - 2024</p>
</main>
</body>
</html>