ninjacheetah.github.io/index.html
2020-07-06 09:48:18 -04:00

35 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="techprojects/">My Projects</a></li>
<li><a href="ncxnews/">NCX-News</a></li>
</ul>
</nav>
</div>
</head>
<body>
<div class="construction">
<img src="NewNCGLogo.png">
<h1>Welcome to my site!</h1>
<p>This site is under construction, so don't expect everything to work, or even to be completed.</p>
</div>
<div class="main_mainpage">
<h2>Navigate this site using the navigation bar at the top. This home page will get updated in the future.</h2>
</div>
</body>
</html>