ninjacheetah.github.io/techprojects/ncxcore.html
2021-06-23 20:56:06 -04:00

32 lines
1.8 KiB
HTML

<!DOCTYPE html>
<title>NinjaCheetah Gaming</title>
<html>
<head>
<link rel="icon" type="image/png" href="/NewNCGLogoCompressed.png"/>
<link rel="stylesheet" type="text/css" href="../style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
<div class="nav">
<nav>
<ul>
<li><img src="NewNCGLogo.png" width="50" height="50"></li>
<li><a href="https://ninjacheetah-gaming.site">Home</a></li>
<li><a href="/series">Series</a></li>
<li><a href="/aboutme">About Me</a></li>
<li><a href="/downloads">Downloads</a></li>
<li><a href="https://ninjacheetah-gaming.site/techprojects">My Projects</a></li>
</ul>
</nav>
</div>
</head>
<body>
<div class="tech_projects">
<h1>NCX-Core</h1>
<a href="https://github.com/NinjaCheetah/NinjaCheetah-Installer">GitHub Page</a>
<h1>Available through NCX-Installer: Technically Yes</h1>
<p1>NCX-Core (originally NCX-Installer) is a Windows application for downloading and (where applicable) installing software made by me, or by other verified developers. It now features NCX-News, which can tell you when I've released updates to my programs. It can also now check for updates, meaning you know when there's a new update available. (This page is still a work in progress.)</p1>
</div>
</body>
</html>