mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
59 lines
2.9 KiB
HTML
59 lines
2.9 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>
|
|
<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>│ ├─</b><a href="https://neon443.github.io/webEPK/index.html">Compile EPK</a><br>
|
|
<b>│ ├─</b><a href="https://neon443.github.io/webEPK/decompile.html">Decompile EPK</a><br>
|
|
<b>│ └─</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>│ └─</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>
|
|
<tr>
|
|
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td>
|
|
<td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td>
|
|
<td class="icn"><a href="https://neon443.github.io/webEPK"><img src="images/webEPK/icon.png" alt=""></a></td>
|
|
<td class="icn"><a href="https://neon443.github.io/2048"><img src="images/2048/icon.png" alt=""></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label"><p>Minecraft 1.5.2</p></td>
|
|
<td class="label"><p>Minecraft 1.8.8 u27</p></td>
|
|
<td class="label"><p>webEPK</p></td>
|
|
<td class="label"><p>2048</p></td>
|
|
</tr>
|
|
</table><br>
|
|
</body>
|
|
</html> |