-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml
More file actions
33 lines (25 loc) · 930 Bytes
/
Copy pathhtml
File metadata and controls
33 lines (25 loc) · 930 Bytes
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My XatSpace</title>
</head>
<body>
<div class="container">
<h1>✨ Welcome to My XatSpace! ✨</h1>
<img src="https://xatimg.com/image/oVt5Mn1idgv3.gif" class="profile-pic" alt="My Profile Picture">
<p style="animation: glowingText 3s infinite alternate;">
💙 I love chatting, making friends, and having fun! 🚀 <br>
Feel free to message me anytime! 😊
</p>
<p>
🔥 Check out my chatroom: <br>
<a href="https://xat.com/YOURCHATNAME" target="_blank">Join Chatroom</a>
</p>
<p>
🌟 Visit my profile: <br>
<a href="https://xat.com/web_gear/chat/profile.php?user=YOURID" target="_blank">My Xat Profile</a>
</p>
</div>
</body>
</html>