-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnsei.html
More file actions
50 lines (45 loc) · 1.96 KB
/
nsei.html
File metadata and controls
50 lines (45 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meow~</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="nsei.css" />
<script src="javascript.js" type="text/javascript" defer></script>
<link rel="icon" type="imagem/png" class="imagem__sem-fundo" href="imagens/icone.png"/>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</head>
<body>
<!-- navbar -->
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="objetivos.html">Objetivos</a>
<a href="contato.html">Contato</a>
</div>
<!-- cabeçalho -->
<center>
<header>
<h1 class="sombr-texto"><b><u><i>Raças de gato</i></u></b></h1>
<i><p font-size="25px">Existem milhares de raças de gatos com diferentes cores, pelagens e personalidades!</p></i>
</header>
</center>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<center><div class="titulo"><div class="rainbow_text_animated">Não sei fazer Back-End... Por enquanto... F</div>😭</div></center>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<!-- footer -->
<center>
<footer>
<br>
<h1>© 2024 Phellowpy CO.</h1>
<div class="social-footer">
<a href=""><h1><ion-icon name="logo-discord"></ion-icon> Discord </h1></a>
<a href=""><h1><ion-icon name="logo-twitter"></ion-icon> Twitter </h1></a>
<a href=""><h1><ion-icon name="logo-youtube"></ion-icon> Youtube</h1></a>
</div>
<br>
</footer>
</center>
</body>
</html>