mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-19 03:25:32 -04:00
Added ncx-news page
This commit is contained in:
parent
607d201d21
commit
e3d85a3172
@ -16,6 +16,7 @@
|
||||
<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>
|
||||
|
27
ncxnews/index.html
Normal file
27
ncxnews/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!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="techprojects/">My Projects</a></li>
|
||||
<li><a href="ncxnews/">NCX-News</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user