-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotas.html
34 lines (29 loc) · 1.17 KB
/
notas.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Notas de ME</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="../index.html">Voltar</a></p>
<h1 id="notas-de-me">Notas de ME</h1>
<p><a href="./teorica/teorica.html">teoricas</a></p>
<p><a href="./pratica/pratica.html">praticas</a></p>
<p><a href="./apontamentos/apontamentos.html">apontamentos</a></p>
</body>
</html>