-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (29 loc) · 1.02 KB
/
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
29
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<link rel="stylesheet" href="style.css">
<title>Hello World!</title>
<style>
</style>
</head>
<body>
<main class="main-content">
<section class="div-content">
<h1><DevsZoneMz/></h1>
<p>Servidor para Desenvolvedores Moçambicanos</p>
<p>
Essa e uma comunidade de Devs que compartilham o <strong>conhecimento</strong> e fazer <strong>networking</strong>
</p>
<a class="link_discord" href="https://discord.gg/ean2Y5X6" target="_blank" rel="external">Discord</a>
</section>
</main>
<footer >
<p>©<span class="ano"></span>DevsZoneMz</p>
<p>Todos os direitos reservados.</p>
</footer>
</body>
</html>