-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (33 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Disciplinas</title>
<style>
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
<link rel="stylesheet" href=css/dark.css>
</head>
<body>
<p><a href="https://github.com/OnikenX/school-notes/">voltar ao repo</a></p>
<h1 id="disciplinas">Disciplinas</h1>
<h2 id="eletro">Eletro</h2>
<p><a href="./Eletro/notas.html">Notas de Eletro</a></p>
<h2 id="metodos-estatisticos">Metodos Estatisticos</h2>
<p><a href="./Metodos-Estatisticos/notas.html">Notas de Metodos Estatisticos</a></p>
<h2 id="investigação-operacional">Investigação Operacional</h2>
<p><a href="./Investigacao-Operacional/notas.html">Notas de Investigação Operacional</a></p>
<p><a href="./Investigacao-Operacional/resumido.html">Notas de Investigação Operacional (resumido)</a></p>
</body>
</html>