-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (46 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<main class="body">
<div class="profile">
<div class="pfp">
<img class="pp"
src="https://qph.cf2.quoracdn.net/main-thumb-2182629636-200-pvgxmwqjhqdquxsdxkuineubuohqdgti.jpeg"
alt="">
</div>
<div class="banner">
</div>
<div class="content">
<div class="buttons">
<button class="msgbtn">📧 Message</button>
</div>
<div class="info">
<h1 class="displayname"> Black Nigga</h1>
<p class="userinfo">
<span class="username">balcknigga.69</span>
<span class="pronouns">• He | Him | Nigga</span>
</p>
</div>
<div class="about">
<h1 class="aboutme">About Me</h1>
<p class="aboutmedata">
🏴 Reg: Bangladesh <br>
🎁 Birth: 00 years ago <br>
🔻 Valorant: Black Nigga #F69KU <br>
🌳 Minecraft: TheBlackNigga <br>
💌 Discord: https://discord.gg/nigga <br>
</p>
</div>
</div>
</div>
</main>
</body>
</html>