-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 1.51 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 1.51 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
<html lang="en"><head>
<title>MelonicOverlord - Home</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">
<div class="on"> <a href="index.html">Home</a> </div>
<div class="vl"></div>
<a href="about.html">Portfolio</a>
<div class="vl"></div>
<a href="credits.html">Credits</a>
<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>[HOME]</h2>
</div>
</header>
<div class="textbg">
<br>
<p>This box normally contains an About Me paragraph. It needs to be rewritten.</p>
</div>
</body></html>