might merge into main -preperation

This commit is contained in:
neon443
2024-04-03 09:12:41 +01:00
parent 3fec420f04
commit ee00cc0fd0
10 changed files with 0 additions and 0 deletions

55
new/index.html Normal file
View File

@@ -0,0 +1,55 @@
<!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>&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="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>
</tr>
<tr>
<td class="label"><p>Minecraft 1.5.2</p></td>
<td class="label"><p>Minecraft 1.8.8 u27</p></td>
</tr>
</table><br>
</body>
</html>