-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmiddle.html
26 lines (23 loc) · 967 Bytes
/
middle.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hero's Grimory</title>
<link rel="stylesheet" href="style-middle.css">
<link href="https://fonts.googleapis.com/css?family=Varela+Round&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Asap:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<main>
<figure>
<img src="images/Stone doors.webp" alt="Stone-doors" class="Stone-doors">
<figcaption class="text-overlay">
<a href="/raca.html" class="raca">Criador de Fichas</a>
<a href="/dados.html" class="dados">Rolador de dados</a>
</figcaption>
</figure>
</main>
</body>
</html>