mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
59 lines
3.0 KiB
HTML
59 lines
3.0 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">
|
|
</head>
|
|
<!-- 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 type="text/javascript" src="./script.js"></script>
|
|
<body>
|
|
<div class="bar">
|
|
<div class="barItem" onclick="ntLnk()"> <h1>neon443</h1> </div>
|
|
<div class="barItem"> <a onclick="showAlert();">dont click</a> </div>
|
|
<div class="barItem"> <a href="https://github.com/neon443">Github</a> </div>
|
|
<div class="barItem" onclick="ntLnk()"> <p>Text</p> </div>
|
|
<div class="barItem"> <a href="mailto:neons443@outlook.com">Contact</a> </div>
|
|
</div>
|
|
<div class="contentPush"></div>
|
|
<div id="ntLnkToast">Not a link!</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/slope/">Slope</a><br>
|
|
<b>├─</b> <a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br>
|
|
<b>├─</b> <a href="https://neon443.github.io/musics-info/">Musics info</a><br>
|
|
<b>└─</b> <a href="https://neon443.github.io/webpage-testing/">Webpage Testing</a><br>
|
|
<b>  └─</b> <a href="https://neon443.github.io/webpage-testing/sidenav/">Sidenav</a><br><br>
|
|
|
|
To suggest a change or report an error, click Contact in the navbar.<br>
|
|
If you are suggesting a change, and actually know how to implement it, make a pull request at the correct GitHub repository.<br>
|
|
</p><br>
|
|
<h2>Make a Logo!</h2>
|
|
<p>
|
|
This site really needs a good logo (view the current one <a href="./images/fav.ico">here</a>), if you are good at digital art, please <a href="mailto:neons443@outlook.com"></a>email me.<br>
|
|
</p><br>
|
|
</body>
|
|
</html>
|