mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-19 03:25:32 -04:00
34 lines
1.6 KiB
HTML
34 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="index.html">Home</a></li>
|
|
<li><a href="videos.html">Videos</a></li>
|
|
<li><a href="series.html">Series</a></li>
|
|
<li><a href="aboutme.html">About Me</a></li>
|
|
<li><a href="downloads.html">Downloads</a></li>
|
|
<li><a href="techprojects.html">My Projects</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<div class="series_links">
|
|
<h1>Here are pages about all of the various tech projects that I'm working on!</h1>
|
|
<ul>
|
|
<li><a href="websitewebpage.html">This Website</a></li>
|
|
<li><a href="automod.html">AutoMod</a></li>
|
|
<li><a href="csharpcollection.html">The CSharp Collection</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |