-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 864 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projeto de Pesquisa</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1 class="title" text-align="center">Projeto de Pesquisa</h1>
</header>
<main>
<section class="button-section">
<h2 class="section-title">Explore</h2>
<div class="button-container">
<a href="./reports/pt_br/index.html" class="button">Relatórios</a>
<a href="https://github.com/davisouzaluna/Dquic" target="_blank" class="button">Código Fonte - Dquic</a>
</div>
</section>
</main>
<footer>
<p class="footer-text">© 2024 Projeto de Pesquisa. Todos os direitos reservados.</p>
</footer>
</div>
</body>
</html>