-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
61 lines (54 loc) · 1.79 KB
/
about.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
60
61
<!DOCTYPE html>
<html lang="eng">
<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">
<link rel="stylesheet" href="style.css">
<title> ABOUT ME</title>
</head>
<body></body>
<div class="container"></div>
<h1> ABOUT ME</h1>
<p>Hi, my name is vxry known as sclrxd if you need to know more about me feel free to visit <!-- Discord Button -->
<a href="https://discord.gg/w2XmJgHwrt" class="social-btn discord" target="_blank">Discord</a><meta charset="UTF-8">
<a href="./index.html"><hz>Click here to return to the main padge!</hz></a>
</p><div></div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Awesome Website</title>
<style>
/* Add your custom CSS styles here */
.credits {
text-align: center;
font-size: 12px;
color: rgb(132, 0, 255);
}
</style>
</head>
<body>
<!-- Your website content goes here -->
<!-- Credits section -->
<div class="credits">
<p>Website designed by <a href="https://discordapp.com/users/818219261008281630" target="_blank">Rorx</a></p>
<p> Thank you to the dev of this website.</p>
</div>
</body>
</head>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rain Animation</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your external CSS file -->
</head>
<body>
<div class="rain"></div> <!-- This div will have the rain effect -->
</body>
</html>