mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 19:15:31 -04:00
33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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="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>
|