mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-19 03:25:32 -04:00
38 lines
1.8 KiB
HTML
38 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="https://ninjacheetah-gaming.site/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="NewNCGLogoCompressed.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="/techprojects">My Projects</a></li>
|
|
<li><a href="/ncxnews">NCX-News</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<div class="series_links">
|
|
<div class="standard_heading">
|
|
<h1>Here are pages about all of the various tech projects that I'm working on!</h1>
|
|
</div>
|
|
<ul>
|
|
<li><a href="/techprojects/websitewebpage">This Website</a></li>
|
|
<li><a href="/techprojects/automod">AutoMod</a></li>
|
|
<li><a href="/techprojects/csharpcollection">The CSharp Collection</a></li>
|
|
<li><a href="/techprojects/ncxinstaller">NCX-Installer</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|