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

32 lines
1.6 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>The NinjaCheetah Gaming Website</h1>
<a href="https://github.com/NinjaCheetah/NinjaCheetah.github.io">GitHub Page</a>
<h1>Available through NCX-Installer: N/A</h1>
<p>I created this website as a place for me to put information about my channel, as well as a place for me to share stuff I made for people to download and use. Enjoy :)</p>
</div>
</body>
</html>