-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (61 loc) · 2.74 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>RAIDERX</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="hhh">
<h1>RaiderX</h1>
<h2>Welcome to RaiderXs Domain</h2>
</div>
<div class="dp">
<a href="https://solo.to/joshua03/">
<img src="dp.png" alt="html img" width="100" height="100">
</a>
</div>
<div class="zz1">
<a href="https://instagram.com/legendary_e_p_i_c_?utm_medium=copy_link">
<img src="logo-ig-png-32473.png" alt="html img" width="100px" height="100px">
</a>
</div>
<div class="zz2">
<a href="https://discord.gg/FBHcQEaB46">
<img src="discord-logo-png-7617.png" alt="html img" width="100px" height="100px">
</a>
</div>
<div class="zz3">
<a href="https://open.spotify.com/playlist/17GFBXCusuzDkZH1VFVjjA?si=6c4c0e78296643d2">
<img src="spotify-logo-png-7078.png" alt="html img" width="100px" height="100px">
</a>
</div>
<iframe
style="border-radius:12px" src="https://open.spotify.com/embed/playlist/17GFBXCusuzDkZH1VFVjjA?utm_source=generator"
width="20%" height="380" frameBorder="0"
allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" id="spotify">
</iframe>
<iframe width="460" height="215"
src="https://www.youtube.com/embed/videoseries?list=PLoieEv7j9v80EZOL6WP7Vz7L-WT7KCM99"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="yt">
</iframe>
<div class="info">
<p>This website is still a work-in-progress.</p>
<p>Also, this page is only compatible with PC at the moment (Ideal Condition: 1536x864)</p>
<p>Click on the Images to redirect to the corresponding websites.</p>
</div>
<b>Made By: JOSHUA JOHNSON</b>
<div class="bio">
<p>Music | DIY | Tech | Inspirations</p>
</div>
<div class="name">
<p>JOSHUA JOHNSON</p>
</div>
</body>
</html>