-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
41 lines (38 loc) · 1.84 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<title>Oia a Moeda</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css" />
<link rel="stylesheet" href="Docs/GitPage/_style/home.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2? família=Open+Sans:ital,[email protected];0.400;0.500;0.600;0.700;0.800;1,300;1.400;1.500;1.600;1.700;1.800&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="Docs/Imgs/Logo/Oia_a_moeda_single.svg" type="image/x-icon" />
</head>
<body>
<div class="paralax"></div>
<div id="app"></div>
<script>
window.$docsify = {
loadSidebar: 'Docs/GitPage/_menu_lateral.md',
homepage: 'Docs/GitPage/_home.md',
name: 'Oia a Moeda',
logo: 'Docs/Imgs/Logo/Oia_a_moeda_single.svg',
themeColor: '#ffc107',
subMaxLevel: 2,
repo: 'https://github.com/fga-eps-mds/2022-1-OiaAMoeda.git',
coverpage: 'Docs/GitPage/_capa.md',
search: {
placeholder: 'Procurar...',
noData: 'Sem resultados!'
}
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
</html>