-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
42 lines (39 loc) · 2.16 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<title>CollageBook</title>
</head>
<body>
<header>
<h1>Livro de Colagem</h1>
<br />
<ul>
<!-- ! Faça um clone da linha abaixo -->
<!-- Fique a vontade de trocar a cor do style -->
<li><a style="color: #ff0043" href="pages/ernstbecker/index.html">Ernst Becker</a></li>
<li><a style="color: #58fc0d" href="pages/isacGrizante/index.html">Isac Grizante</a></li>
<li><a style="color: #2009e9" href="pages/duzzyn/index.html">Duzzyn</a></li>
<li><a style="color: #6d1177" href="pages/AladianeCosta/index.html">AladianeCosta</a></li>
<li><a style="color: #f29909" href="pages/kelwin/index.html">Kelwin</a></li>
<li><a style="color: #84ba64" href="pages/raphah/index.html">RaphaH</a></li>
<li><a style="color: #ff6347" href="pages/ands/index.html">Ands</a></li></li>
<li><a style="color: #0e5769" href="pages/miltonFilho/index.html">Milton Filho</a></li>
<li><a style="color: #8fc1a8" href="pages/DioneB/index.html">Dione Bastos</a></li>
<li><a style="color: #d4eb07" href="pages/borealissaile/index.html">Borealis Saile</a></li>
<li><a style="color: #ffe814" href="pages/araujo/index.html">Adriano P. Araujo</a></li>
<li><a style="color: #6ec4bc" href="pages/Serjo/index.html">Serjo</a></li>
<li><a style="color: #ffffff" href="pages/Larsenvini/index.html">!Larsen!</a></li>
<li><a style="color: #0be6c8" href="pages/larissaesidio/index.html">Larissa Esidio</a></li>
<li><a style="color: #f81c1c" href="pages/gabrielfirmamento/index.html">Gabriel Firmamento</a></li>
<li><a style="color: #bd0068" href="pages/wellington/index.html">Wellington</a></li>
<li><a style="color: #240470" href="pages/arturmnery/index.html">Artur M. Nery</a></li>
<li><a style="color: #EFF2D8" href="pages/BeagleXV/index.html">BeagleXV-Fernando Oliveira</a></li>
<li><a style="color: #41967c" href="pages/ErickMartins/index.html">Erick Martins</a></li>
</ul>
</header>
</body>
</html>