You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
456 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Inscrito!</title>
</head>
<body>
<header><h1>Netuno</h1><hr/></header>
<main>
<h2>Inscrito!</h2>
<p>Em breve entraremos em contato, assim que aparecer novas vagas!</p>
<a href="./../">Voltar...</a>
</main>
<footer style="width: 99%; position: absolute; bottom: 0;">
<p style="text-align: center;">&copy;Todos os direitos reservados!</p>
</footer>
</body>
</html>