Files
neon443.github.io/index.html
neon443 610cd1fcfb finally done the ui refresh
finallyyyy
yesssss
2024-09-27 21:10:38 +01:00

90 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>neon443</title>
<link rel="icon" type="image/x-icon" href="./images/fav.ico">
<link rel="apple-touch-icon" href="./images/fav.ico">
<link rel="manifest" href="./app.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css" type="text/css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6R79TC88DQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6R79TC88DQ');
</script>
<!-- Google tag (gtag.js) -->
<script src="./script.js"></script>
</head>
<body>
<div class="bar">
<div class="barItem"><h1>neon443</h1></div>
<div class="barItem"><a href="https://github.com/neon443">Github</a></div>
<div class="barItem"><a href="mailto:neons443@outlook.com">Contact</a></div>
</div>
<div class="contentPush"></div>
<h2 class="center">
<b>
Welcome
</b>
</h2>
<div class="homescreen">
<!-- 16 app icons -->
<a href="https://neon443.github.io/eaglercraft152" class="app">
<img src="./images/minecraft/1.5.png" alt="App Icon">
<span class="label">Minecraft 1.5.2</span>
</a>
<a href="https://neon443.github.io/eaglercraftX188" class="app">
<img src="./images/minecraft/1.8.png" alt="App Icon">
<span class="label">Minecraft 1.8.8</span>
</a>
<a href="https://neon443.github.io/webEPK" class="app">
<img src="./images/webEPK/icon.png" alt="App Icon">
<span class="label">WebEPK</span>
</a>
<a href="https://neon443.github.io/champion_island/" class="app">
<img src="./images/champion_island/icon.png" alt="App Icon">
<span class="label">Champion Island</span>
</a>
<a href="https://neon443.github.io/2048" class="app">
<img src="./images/2048/icon.png" alt="App Icon">
<span class="label">2048</span>
</a>
<a href="https://neon443.github.io/fancade" class="app">
<img src="./images/fancade/icon.png" alt="App Icon">
<span class="label">Fancade</span>
</a>
<a href="https://neon443.github.io/fancade/drive" class="app">
<img src="./images/fancade/drive.png" alt="App Icon">
<span class="label">Drive Mad</span>
</a>
<a href="https://neon443.github.io/slope" class="app">
<img src="./images/slope/icon.png" alt="App Icon">
<span class="label">Slope</span>
</a>
<a href="https://neon443.github.io/sandpsiel" class="app">
<img src="./images/sandspiel/icon.png" alt="App Icon">
<span class="label">Sandspiel</span>
</a>
<a href="https://neon443.github.io/sandboxels" class="app">
<img src="./images/sandboxels/icon.png" alt="App Icon">
<span class="label">Sandboxels</span>
</a>
</div>
<h3>News</h3>
<p>The redesign everyone has been waiting for is now here!</p>
<div class="footer">
<h5 class="center">Made with &#60;&#47;&#62; by neon443</h5>
<a href="https://notbyai.fyi">
<img class="themednotByAI" src="./images/notByAI.svg" alt="">
</a>
</div>
<div class="footer"></div>
<div class="footer"></div>
<div class="footer"></div>
</body>
</html>