-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc2.html
More file actions
51 lines (47 loc) · 1.34 KB
/
c2.html
File metadata and controls
51 lines (47 loc) · 1.34 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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="c2.css">
<link rel="stylesheet" href="all.css">
</head>
<body>
<br><br>
<center><p class="water-brush-regular espacamento2">Capitulo 2</h1>
<center><p class="water-brush-regular espacamento1">POPPY Playtime
</h1></center>
<li>
<a href="c2-personagens.html">
<div class="botao" id="changeBackgroundBtn1">
<h1>
Personagens
</h1>
</div>
</a>
<a href="c2-historia.html">
<div class="botao" id="changeBackgroundBtn2">
<h1>
Historia
</h1>
</div>
</a>
<a href="c2-mecanicas.html">
<div class="botao" id="changeBackgroundBtn3">
<h1>
Mecanicas
</h1>
</div>
</a>
<a href="c2-fitas.html">
<div class="botao" id="changeBackgroundBtn4">
<h1>
Fitas
</h1>
</div>
</a>
</li>
<script src="c2.js"></script>
</body>
</html>