-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 949 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BugHunter Academy 2.0 - Treinamento Gamificado de QAs</title>
<meta name="description" content="Sistema gamificado de treinamento de QAs com bugs intencionais para prática de identificação, documentação e priorização de defeitos" />
<meta name="author" content="BugHunter Academy" />
<meta name="keywords" content="QA, Quality Assurance, Testes, Bugs, Treinamento, Gamificação" />
<meta property="og:title" content="BugHunter Academy 2.0 - Treinamento de QAs" />
<meta property="og:description" content="Aprenda QA caçando bugs em um sistema gamificado com 40+ defeitos intencionais" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>