-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.58 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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>IPA</title>
<style>
body {
text-align: center;
background-color: black;
}
.vermelito {
color: red;
}
.amarelito {
color: yellow;
}
a {
text-decoration: none;
color: inherit;
}
html {
overflow: hidden;
}
</style>
</head>
<body>
<div>
<header> <h1 style="color: red;">◊ Index Project ALN ◊</h1>
Criado em 6 de setembro de 2024. </header>
</div>
<hr style="color: red;">
<section>
<h1 style="color: aqua;"> ↓ </h1>
<a href="https://0nf1rey.github.io/site-quem-sou-eu/" target="_blank"> <h2 class="amarelito"> ♠ </h2> </a>
<h3 class="vermelito"> ¦ </h3>
<h2 class="amarelito"> ♣ </h2>
<h3 class="vermelito"> ¦ </h3>
<h2 class="amarelito"> ♥ </h2>
<h3 class="vermelito"> ¦ </h3>
<h2 class="amarelito"> ♦ </h2>
<h1 style="color: aqua;"> ↑ </h1>
</section>
<hr style="color: red;">
Atualizado em 7 de setembro de 2024. </p>
<h1 style="color: red;">◊ Index Project ALN ◊</h1>
<footer>
<small style="color: aqua;">©2024 Alan Ryan </small>
</footer>
</body>
</html>