-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.38 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.38 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
<!doctype html>
<html lang="pt-BR" class="has-navbar-fixed-bottom">
<head>
<meta charset="utf-8" />
<title>Documentos da Igreja Presbiteriana do Brasil</title>
<meta name="author" content="Igreja Presbiteriana do Brasil" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css" />
<link rel="shortcut icon" href="docs/favicon.ico" type="image/x-icon" />
<link rel="icon" href="docs/favicon.ico" type="image/x-icon" />
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title is-1 has-text-centered">Documentos da Igreja Presbiteriana do Brasil</h1>
<ul>
<li>
<a href="docs/constituicao.html">Constituição</a>
</li>
<li>
<a href="docs/codigo_de_disciplina.html">Código de Disciplina</a>
</li>
<li>
<a href="docs/principios_de_liturgia.html">Princípios de Liturgia</a>
</li>
<li>
<a href="docs/estatutos.html">Estatutos</a>
</li>
</ul>
</div>
</section>
</body>
</html>