This commit is contained in:
NinjaCheetah 2020-06-07 10:31:49 -04:00
parent e4b239d70a
commit 1ec605d010
5 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 MiB

View File

@ -3,14 +3,14 @@
<html> <html>
<head> <head>
<link rel="icon" type="image/png" href="/NewNCGLogoCompressed.png"/> <link rel="icon" type="image/png" href="/NewNCGLogoCompressed.png"/>
<link rel="stylesheet" type="text/css" href="archivestyle.css"> <link rel="stylesheet" type="text/css" href="https://ninjacheetah-gaming.site/archivestyle.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway&display=swap" rel="stylesheet"> <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=Baloo+Paaji+2&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
<div class="nav"> <div class="nav">
<nav> <nav>
<ul> <ul>
<li><a href="archive.html">Exit</a></li> <li><a href="/series/archive">Exit</a></li>
</ul> </ul>
</nav> </nav>
</div> </div>

View File

@ -3,14 +3,14 @@
<html> <html>
<head> <head>
<link rel="icon" type="image/png" href="/NewNCGLogoCompressed.png"/> <link rel="icon" type="image/png" href="/NewNCGLogoCompressed.png"/>
<link rel="stylesheet" type="text/css" href="archivestyle.css"> <link rel="stylesheet" type="text/css" href="https://ninjacheetah-gaming.site/archivestyle.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway&display=swap" rel="stylesheet"> <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=Baloo+Paaji+2&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
<div class="nav"> <div class="nav">
<nav> <nav>
<ul> <ul>
<li><a href="archive.html">Exit</a></li> <li><a href="/series/archive">Exit</a></li>
</ul> </ul>
</nav> </nav>
</div> </div>