-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
45 lines (45 loc) · 1.6 KB
/
Copy paththanks.html
File metadata and controls
45 lines (45 loc) · 1.6 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="pt-BR">
<head>
<!-- Developed with care by FACRF - https://github.com/facrf -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex, follow" />
<meta name="theme-color" content="#f4f1ea" />
<title>Agradecimentos de Segurança — Fabiano Cesar</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="/css/site.css" />
</head>
<body class="legal-page">
<main class="legal-shell">
<a class="brand" href="/"
><span class="brand-mark" aria-hidden="true"
><img
src="/fabiano-cesar-github.jpg"
width="40"
height="40"
alt=""
decoding="async" /></span
><span class="brand-name">Fabiano Cesar</span></a
>
<article class="legal-card">
<p class="section-kicker">Reconhecimento</p>
<h1>Agradecimentos de segurança</h1>
<p class="legal-lead">
Este espaço reconhece pesquisadores que contribuíram, de forma
responsável, para manter este domínio e seus subdomínios mais seguros.
</p>
<div class="empty-state">
<strong>Ainda não há registros.</strong>
<p>
Seja a primeira pessoa a contribuir seguindo a política de
divulgação responsável.
</p>
</div>
<a class="button button-primary legal-back" href="/security-policy.html"
>Consultar a política</a
>
</article>
</main>
</body>
</html>