Files
neon443.github.io/index.html
2024-04-02 18:23:51 +01:00

52 lines
2.5 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>
<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>
<p>
<b>This site is owned and maintained by Nihaal Sharma.<br>My Projects</b><br>
<b>├─</b><a href="https://neon443.github.io/eaglercraft152/">eaglercraft152</a> - Minecraft 1.5.2<br>
<b>├─</b><a href="https://neon443.github.io/eaglercraftX188/">eaglercraftX188</a> - Minecraft 1.8.8<br>
<b>├─</b><a href="https://neon443.github.io/webEPK/">webEPK</a><br>
<b>&emsp;├─</b><a href="https://neon443.github.io/webEPK/index.html">Compile EPK</a><br>
<b>&emsp;├─</b><a href="https://neon443.github.io/webEPK/decompile.html">Decompile EPK</a><br>
<b>&emsp;└─</b><a href="https://neon443.github.io/webEPK/builder.html">Create EPK</a><br>
<b>├─</b><a href="https://neon443.github.io/2048/">2048</a><br>
<b>├─</b><a href="https://neon443.github.io/fancade/">Fancade</a><br>
<b>&emsp;└─</b><a href="https://neon443.github.io/fancade/drive.html">Drive Mad</a><br>
<b>├─</b><a href="https://neon443.github.io/slope/">Slope</a><br>
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
</p>
<table style="width:100%">
<tr>
<td class="icntd"><a href="https://neon443.github.io/eaglercraft152"><img class="icn" src="images/minecraft/1.5.png"></a></td>
<td class="icntd"><a href="https://neon443.github.io/eaglercraft188"><img class="icn" src="images/minecraft/1.8.png"></a></td>
<td class="icntd"></td>
</tr>
</table><br>
</body>
</html>