-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (28 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
36 lines (28 loc) · 1.19 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
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Foque-se</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="idk">
<h1>FOQUE 🦭</h1>
<p>Olá, boas-vindas ao meu site!</p>
<p>Eu sou <i>Patas Curtas</i> e este blog é pra me ajudar a <i>focar</i> nos estudos. Mas também é sobre focas, que são animais adoráveis.</p>
<h></h>
</div>
<div class="card">
<h2>Posts</h2>
<span class="post-date">Mar 22, 2026</span>
<div class="titulo-post"><a href="/posts/post-003.html">003: Desfoco - 'Toda árvore tem raíz', exposição de Yacunã Tuxá</a> </div>
<span class="post-date">Feb 23, 2026</span>
<div class="titulo-post"><a href="/posts/post-002.html">002: Focas em foco - o que é uma foca?</a> </div>
<span class="post-date">Feb 20, 2026</span>
<div class="titulo-post"><a href="/posts/post-001.html">001: Focando - Sites estáticos</a></div>
<span class="post-date">Feb 18, 2026</span>
<div class="titulo-post"><a href="/posts/post-000.html">000: Hello World!</a></div>
</div>
</body>
</html>