-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_post_cat.html
83 lines (64 loc) · 2.9 KB
/
template_post_cat.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<!-- THIS IS A TEMPLATE DOCUMENT USED BY THE BLOG POSTING SYSTEM. -->
<html lang="pt">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="alternate" type="application/rss+xml" title="Notas de Biologia" href="rss.xml">
<link rel="alternate" type="application/rss+xml" title="Notas de Biologia (alt)" href="rss_alt.xml">
<title>Notas de Biologia</title>
<meta name="description" content="Anotações de estudo de biologia focado em concursos públicos e leis ambientais.">
<meta name="keywords" content="blog, anotações, notas, dicas, leis ambientais, ciência, meio ambiente">
<link rel="canonical" href="https://bionota.github.io/cat.html">
<!-- <link rev="made" href="mailto:jamilbio20[[at]]gmail[[dot]]com"> -->
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css" type="text/css">
<meta property="og:url" content="https://bionota.github.io/cat.html">
<meta property="og:type" content="blog">
<meta property="og:title" content="Blog do BioNota - Todas as Postagens">
<meta property="og:image" content="https://bionota.github.io/gfx/bg11bg.png">
<meta property="og:description" content="Anotações de estudo de biologia focado em concursos públicos e leis ambientais.">
<meta name="twitter:card" content="summary">
<meta name="twitter:image:alt" content="Cogumelos, folhas e gravetos.">
<!-- https://ogp.me/ -->
<!-- METATAGS -->
<style>
/* Microformat style */
.dt-published { font-size: 1.1em; }
</style>
</head>
<body>
<header>
<div class="w3-bar c0 lo-round-border">
<nav class="navbar">
<a class="w3-bar-item w3-left" href=./>Índice</a>
<a class="w3-bar-item w3-left" href=sitemap.html>Mapa do Site</a>
<a class="w3-bar-item w3-left" href=about.html>Sobre</a>
</nav>
</div>
<!-- rss feed links -->
<a href="rss.xml"><img class="postfeed" src="gfx/pic_rss.gif" alt="RSS Logo" width="36" height="14"></a>
</header>
<h1 style="clear:both;">Postagens</h1>
<p>
Neste blog vou coletar e manter um registro de pontos e de
referências de links importantes no decorrer dos meus estudos
para concursos públicos. Não somente isso, talvez haja posts com
assuntos fora da lei.. 😜
</p>
<main class="h-feed">
<p>por <span class="p-author">mountaineerbr</span></p>
<!-- CAT ARTICLES -->
</main>
<footer>
<hr class="sep">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Copyright ©2021 JSN. - - - - - - - - - - - - - - - - - - - - - -
- - - Verbatim copying and distribution of this entire article is - -
- - - - permitted in any medium, provided this notice is preserved. - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
</footer>
</body>
</html>