-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcredits.html
More file actions
62 lines (53 loc) · 1.89 KB
/
credits.html
File metadata and controls
62 lines (53 loc) · 1.89 KB
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
<html lang="en"><head>
<title>MelonicOverlord - Credits</title>
<meta content="content-type" type="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.00, user-scalable=false;">
<link type="text/css" rel="stylesheet" href="styles.css">
<script type="text/javascript" src="scripts.js"></script>
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="navbar">
<div class="navbuttons">
<a href="index.html">Home</a>
<div class="vl"></div>
<a href="about.html">Portfolio</a>
<div class="vl"></div>
<div class="on"> <a href="credits.html">Credits</a> </div>
<div class="vl"></div>
<a href="discord.html">Discord</a>
</div>
<div class="dropdown">
<button class="dropbtn">Admin v</button>
<div class="dropdown-content">
<a href=https://melonicoverlord.win11react.com/panel>Panel</a>
<a href=https://melonicoverlord.win11react.com/beta>Beta Site</a>
</div>
</div></div>
<header class="header">
<div class="logo">
<img alt="Homepage Header" src="melonic.png" style="height: 151px;">
</div>
<div class="headertxt">
<h1><div class="clock"></div></h1>
<h1>MelonicOverlord</h1>
<h2>My Portfolio, Contacts, Information & More!</h2>
<h2>[CREDITS]</h2>
</div>
</header>
<div class="textbg">
<h2>> Site Creator + Remasterer</h2><br>
<p>
MelonicOverlord (MelonMan)
</p>
<h2>> Site Contributors</h2><br>
<p>
Luni L. Moon, error.not.found, mjvbz, Posandu, Solinus
</p>
<p>
NOTE: This site is forked from: https://fetchcord.org/. This is a project I am also a part of - make sure to check it out! Please let me know if you contributed to this site and you are not above.
</p>
</div>
</body></html>