-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
63 lines (63 loc) · 2.51 KB
/
links.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="4194304's Website - Links">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>4194304's Website</title>
<link rel="stylesheet" type="text/css" href="assets/style.css" />
</head>
<body>
<div class="header">
<b class="titlebartitle">4194304's Website</b>
<div class="items">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="mods.html">Mods</a></li>
<li><a style="
background-color:#f0f0f0;
color:black;
padding:16px;
" href="links.html">Links</a></li>
</ul>
</div>
</div>
<div class="body">
<h2>Links</h2>
<p>I have too many links for everything I have, so here's a simple page with all of them.</p>
<h3>Links</h3>
<ul>
<li><img alt="Modrinth" src="assets/linkicons/modrinth.png" width="16px" height="16px"></li>
<li><a target="blank" href="http://modrinth.com/user/4194304">Modrinth</a></li>
</ul>
<br><br><br>
<ul>
<li><img alt="CurseForge" src="assets/linkicons/curseforge.png" width="16px" height="16px"></li>
<li><a target="blank" href="http://curseforge.com/members/4194304">CurseForge</a></li>
</ul>
<p> Note: CurseForge only has a few specific projects by me, so I don't use it anymore. Modrinth is where I post my current projects.</p>
<br>
<ul>
<li><img alt="PlanetMinecraft" src="assets/linkicons/pmc.png" width="16px" height="16px"></li>
<li><a target="blank" href="http://planetminecraft.com/member/stereomadnessss">PlanetMinecraft</a></li>
</ul>
<p> Note: Nowadays I <u>never</u> use PlanetMinecraft. PMC is only for my legacy projects.</p>
<br>
<ul>
<li><img alt="YouTube" src="assets/linkicons/youtube.png" width="16px" height="16px"></li>
<li><a target="blank" href="http://youtube.com/@StereoMadnessss">YouTube</a></li>
</ul>
<p> Note: Incredibly inactive</p>
<br>
<ul>
<li><img alt="Github" src="assets/linkicons/github.png" width="16px" height="16px"></li>
<li><a target="blank" href="http://github.com/4194304">Github</a></li>
</ul>
<p> Note: Used for my website and other random things</p>
<br><br>
<br>
</div>
</body>
</html>