-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
49 lines (35 loc) · 1.37 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<title>Bernunça Mozilla Campus Club</title>
<meta charset="utf-8">
<meta name="description" content="Bernunça Mozilla Campus Club website">
<meta name="author" content="Skalldihor">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/skeleton.css">
<link rel="stylesheet" href="assets/css/bernunca.css">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
</head>
<body>
<div class="container">
<br /> <br /> <br /> <br />
<br /> <br /> <br /> <br />
<br /> <br /> <br /> <br />
<h1>Bernunça Mozilla Campus Club</h1>
<hr />
<h2>Estamos preparando o ano de 2018, em breve atualizaçoes no site</h2>
<br /> <br /> <br /> <br />
<p><a href="2017.html">Clique aqui</a> para visualizar como foi o ano de 2017.</p>
<br /> <br /> <br /> <br />
<br /> <br /> <br /> <br />
<br /> <br /> <br /> <br />
<br /> <br /> <br /> <br />
<br /> <br /> <br /> <br />
</div>
<script src="assets/jquery.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>