-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdiscord.html
More file actions
48 lines (42 loc) · 1.89 KB
/
discord.html
File metadata and controls
48 lines (42 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
<html lang="en"><head>
<title>MelonicOverlord - Discord</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>
<a href="credits.html">Credits</a>
<div class="vl"></div>
<div class="on"> <a href="discord.html">Discord</a></div>
</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>[DISCORD]</h2>
</div>
</header>
<div class="clock"></div>
<div class="textbg"><p>NOTE: If you see nothing, it is most likely because your ad blocker has blocked the Discord widget. To fix this, temporarily disable it and refresh the site :)</p></div>
<div class="discordframe"><iframe src="https://discord.com/widget?id=700457105878155275&theme=dark" width="100%" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe></div>
</body></html>