-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.49 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.49 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bio - Acedt</title>
<link rel="icon" href="src/img/foto.png">
<link rel="stylesheet" href="src/css/style1.css"/>
<script src="src/javascript/index.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
</head>
<body>
<div id="perfil">
<img src="src/img/foto.jpg"><br>
<a href=""><b>@Acedt</b></a>
</div>
<div id="links">
<a href="https://whatsapp.com/channel/0029VaRiOKWGZNCim3kTmK44"><i class="fas fa-user-friends"> </i> COMMUNITY</a>
<a href="https://www.github.com/AceData321"><i class="fab fa-github"> </i> GITHUB</a>
<a href="https://www.instagram.com/acee_dt"><i class="fab fa-instagram"> </i> INSTAGRAM</a>
<a href="https://wa.me/6282193034480"><i class="fab fa-whatsapp"> </i> WHATSAPP</a>
<a href="https://portofolio.acez.my.id"><i class="fab fa-google"> </i> PORTOFOLIO</a>
<a href="https://saweria.co/aceedt"><i class="fas fa-wallet"> </i> DONATE</a>
</div>
<footer>
<br>
<a href=""><b>Made With 🤍 By Aceedt</b></a>
</footer>
</body>
</html>