-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsobre.html
More file actions
44 lines (42 loc) · 1.44 KB
/
sobre.html
File metadata and controls
44 lines (42 loc) · 1.44 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
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Undertale - Segunda página</title>
<link rel="icon" type="imagem/png" href="img/heart.png" />
<link rel="stylesheet" type="text/css" href="css/sobre.css">
</head>
<body>
<main>
<div id="widget-status">
<div id="titulo">Vitória</div>
<table id="texto">
<tr>
<td> LV </td>
<td> 1 </td>
</tr>
<tr>
<td> HP </td>
<td> 20/20 </td>
</tr>
<tr>
<td> G </td>
<td> 0 </td>
</tr>
</table>
</div>
<div id="widget-menu">
<div id="titulo">MENU</div>
<div class="menu-link">
<a href="index.html">HOME</a>
<a href="index.html">SOBRE</a>
<a href="index.html">SAIR</a>
</div>
</div>
</main>
<footer>
Feito com ❤ por <a href="https://github.com/marelps" alt="Link github - Vitória">Vitória</a>
</footer>
</body>
</html>