ECMAPortal Integration
This commit is contained in:
+24
-21
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
|
||||
<title>Enderman</title>
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
@@ -15,12 +15,13 @@
|
||||
<meta property="og:image:width" content="256">
|
||||
<meta property="og:image:height" content="256">
|
||||
<meta property="og:image:alt" content="Endermanch">
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/all.min.css" rel="stylesheet" />
|
||||
<link href="/styles/styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<canvas class="portal" id="ecmaportal">Your browser does not seem to support HTML canvas.</canvas>
|
||||
<div class="body-wrapper">
|
||||
<div class="container">
|
||||
<main>
|
||||
@@ -32,7 +33,7 @@
|
||||
For now, this website shall remain a crude landing page, but the actual version is
|
||||
already in the works!<br>
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Stay in touch</h2>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -63,7 +64,7 @@
|
||||
<div class="link-button">
|
||||
<div class="link-icon">
|
||||
<i class="fab fa-tiktok"></i>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/tiktok" target="_blank">TikTok</a>
|
||||
</div>
|
||||
</li>
|
||||
@@ -105,66 +106,66 @@
|
||||
<i class="fab fa-steam"></i>
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/steam" target="_blank">Steam</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Websites</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="link-button">
|
||||
<div class="link-icon">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/malware" target="_blank">MalwareWatch</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="link-button">
|
||||
<div class="link-icon">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/idiot" target="_blank">You Are An Idiot! (dot cc)</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="link-button">
|
||||
<div class="link-icon">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/hurr-durr" target="_blank">HURR-DURR (dot cc)</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="link-button">
|
||||
<div class="link-icon">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/malware-generator" target="_blank">Malware Generator</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="link-button">
|
||||
<div class="link-icon">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/dont-click" target="_blank">ḑ̶̛̻̬̙̯̭̲͔͈̟̯͎̭̼̳͚̮̱̥̠͆͊͜͠ͅͅơ̶̢̭̫͔̝͖̫̲̓̉͆͛̏́̀͊̕͝͝ņ̴͍̗̰̝͈͚͖͕̻̟̮̯̼͙͎̦̻̍͒͋̐̓̈́͑͌̅̍̏̀̾̊̈̆͊͌͘͝ͅ'̷̢̛̛̼̟̭̳̀͛̂͌̽̄͆̔̄̏͝͝ẗ̵̛̛̤̞̰̗́̅̐͒́̇̚͜</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Projects</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="link-button">
|
||||
<div class="link-icon">
|
||||
|
||||
|
||||
</div>
|
||||
<a href="https://go.enderman.ch/xpkeygen" target="_blank">Windows XP Keygen</a> (sister - <a href="https://go.enderman.ch/umskt" target="_blank">UMSKT</a>)
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Contact</h2>
|
||||
<ul>
|
||||
<li><p>Fanmail: <a href="mailto:[email protected]">[email protected]</a></p></li>
|
||||
@@ -184,5 +185,7 @@
|
||||
<div class="bottom-right">
|
||||
<img src="/images/enderman.gif" alt="Hello!">
|
||||
</div>
|
||||
|
||||
<script src="/scripts/portal.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user