-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (42 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/background.css">
<title>iam4pple's Website</title>
<meta property="og:title" content="iam4pple's Website!">
<meta property="og:description" content="Welcome to my amazing website. Click on the buttons to look at my other sites!">
<meta property="og:url" content="https://iam4pple.com">
<meta property="twitter:title" content="iam4pple's Website!">
<meta property="twitter:desciption" content="Welcome to my amazing website. Click on the buttons to look at my other sites!">
<meta property="twitter:url" content="https://iam4pple.com">
</head>
<body>
<h2>Hello! Welcome to my website.</h2>
<p>Here's some of my links:</p>
<br>
<a href="https://jellyfin.iam4pple.com/">
<button class="menuITEMS">Jellyfin Media Server</button>
</a>
<br>
<a href="https://dynmap.iam4pple.com/">
<button class="menuITEMS">DynMap Minecraft Map</button>
</a>
<br>
<a href="https://cdn.iam4pple.com/">
<button class="menuITEMS">Media</button>
</a>
<br>
<a href="https://github.com/iam4pple">
<button class="menuITEMS">GitHub</button>
</a>
<br>
<a href="https://youtube.com/@iam4pple">
<button class="menuITEMS">YouTube</button>
</a>
<br>
<a href="https://twitter.com/iam4pple">
<button class="menuITEMS">X (Formerly Twitter)</button>
</a>
</body>
</html>