-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1023 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1023 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C1200.js.org</title>
<style>
body {
text-align: center;
color: #ffffff;
background-color: #000000;
background-image: url(stars.gif);
}
</style>
</head>
<body>
<h1>Welcome to C1200.js.org</h1>
<marquee>i make things</marquee>
<p>
<a href="https://modrinth.com/user/c1200"><img src="modrinth.gif" alt="Modrinth"></a>
<a href="https://www.curseforge.com/members/c1200/projects"><img src="curseforge.gif" alt="Curseforge"></a>
<a href="https://github.com/c1200"><img src="github.gif" alt="Github"></a>
<a href="https://discord.gg/bS84DWtPGs"><img src="discord.gif" alt="Discord"></a>
<br>
<img src="javanow.gif" alt="">
<img src="windows.gif" alt="">
<img src="firefox.gif" alt="">
<br>
<a href="https://buymeacoffee.com/c1200"><img src="money.gif" alt="Buy Me A Coffee"></a>
</p>
</body>
</html>