-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 978 Bytes
/
index.html
File metadata and controls
34 lines (34 loc) · 978 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
/>
<link rel="stylesheet" href="/public/styles/style.css" />
<link rel="icon" href="/public/favicon.png" />
<title>[E]ACH inTheShell_</title>
<script src="/public/js/load-components.js"></script>
</head>
<body>
<div class="container">
<div class="title">
<h1>[E]ACH</h1>
<h2>inTheShell_</h2>
</div>
<p>
O grupo de estudos de InfoSec da
<a href="https://each.usp.br/" target="_blank">EACH-USP↗</a>,
composto por alunes de
<a href="https://each.usp.br/si/" target="_blank"
>Sistemas de informação↗</a
>.
</p>
<p>
Nosso objetivo como um grupo é ser a porta de entrada para o mundo de
segurança da informação; dos hackers.
</p>
</div>
</body>
</html>