-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirect.html
29 lines (29 loc) · 1.78 KB
/
redirect.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
<!DOCTYPE html>
<html id="html" lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/ico" href="./assets/img/6601c24c7b302c4acd2821e2_Camada_1.ico">
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" href="./CSS/mediaquery.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gafata&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gafata&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<title>Desafio I - DNC</title>
</head>
<body>
<main id="redirect">
<section id="redirect-section">
<img id="redirect-logo" src="./assets/img/logo.svg">
<div id="redirect-container">
<h1 id="redirect-title">O formulário foi enviado com sucesso!</h1><br><br>
<a href="https://desafio1dncmdshark.netlify.app/"><button id="index-button">Página principal</button></a>
<a href="https://docs.google.com/spreadsheets/d/1isI1DZrdIPvYdotLc_JlwP7jtjISR0uDf0BvitFZZAA/edit?gid=0#gid=0" target="_blank" rel="noopener noreferrer"><button id="sheets-button">Acessar respostas</button></a>
</div>
</section>
</main>
</body>
</html>