-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<title>W4CKY link tree</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device.width, initial-scale=1.0">
</head>
<body style="background-color: aquamarine;">
<h1>W4CKY's link tree!</h1>
<hr>
<a href="About me.html" title="Go to my about me page">
<h4 style="color: blue;">About me</h4>
</a>
<a href="makewebsite.html" title="make a website like this one!">
<h4 style="color: blue;">Make a website like this</h4>
</a>
<h2>YouTube↓</h2>
<a href="https://www.youtube.com/channel/UC0xOrssNnTA6TefnD73zgSA" title="Wacky's youtube channel">
<button style="width: 300px; height: 50px; background-color: red;"><h3>YouTube</h3></button>
</a>
<h2>TikTok↓</h2>
<a href="https://www.tiktok.com/@wackyforreal" title="Wacky's TikTok channel">
<button style="width: 300px; height: 50px; background-color: black;"><h3 style="color: blueviolet;">TikTok</h3></button>
</a>
<h2>Itch.io↓</h2>
<a href="https://w4ckyfr.itch.io" title="Wacky's Itch.io page">
<button style="width: 300px; height: 50px; background-color: whitesmoke;"><h3>Itch.io</h3></button>
</a>
<h2>Discord↓</h2>
<a href="https://discord.gg/hCgFAcH6Rs" title="My friend MrBooBoo's discord">
<button style="width: 300px; height: 50px; background-color: blue;">Discord</button>
</a>
<h4> I don't have a discord but my friend does you can reach out to me from there</h4>
<h1>Websites↓</h1>
<hr>
<h2>Coming soon...</h2>
(This is a place for all the websites I've made btw)
<hr>
<h1>I will update this as more comes tell me if I forgot something</h1>
</body>
</html>