101 lines
		
	
	
		
			No EOL
		
	
	
		
			2.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			No EOL
		
	
	
		
			2.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html><head>
 | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 | |
|     <meta charset="utf-8">
 | |
|     <title>NotNet</title>
 | |
|     <link rel="icon" type="image/png" href="https://n2.pm/favicon.png">
 | |
|     <!-- css go yoink -->
 | |
|     <!-- notnite was here 08/07/21 -->
 | |
|     <!-- notnite was here 10/31/21 -->
 | |
|     <style>
 | |
|       @font-face {
 | |
|         font-family: "Unifont";
 | |
|         src: local("Unifont"), url(unifont-13.0.06.ttf) format("truetype");
 | |
|         font-weight: normal;
 | |
|         font-style: normal;
 | |
|       }
 | |
| 
 | |
|       * {
 | |
|         margin: 0;
 | |
|       }
 | |
| 
 | |
|       html,
 | |
|       body {
 | |
|         height: 100%;
 | |
|         width: 100vw;
 | |
|         height: 100vh;
 | |
|         display: flex;
 | |
|         align-items: center;
 | |
|         justify-content: center;
 | |
|       }
 | |
| 
 | |
|       #shit {
 | |
|         display: flex;
 | |
|         align-items: center;
 | |
|         flex-direction: column;
 | |
|       }
 | |
| 
 | |
|       body {
 | |
|         color: white;
 | |
|         background-color: black;
 | |
|         text-align: center;
 | |
|       }
 | |
| 
 | |
|       .monospace {
 | |
|         font-family: Unifont, monospace;
 | |
|         line-height: 100%;
 | |
|       }
 | |
| 
 | |
|       .big {
 | |
|         font-size: 1.5em;
 | |
|       }
 | |
| 
 | |
|       .r {
 | |
|         color: #cb2027;
 | |
|       }
 | |
| 
 | |
|       .b {
 | |
|         color: #4b3b97;
 | |
|       }
 | |
| 
 | |
|       .server {
 | |
|         color: #ffd700;
 | |
|       }
 | |
| 
 | |
|       .link {
 | |
|         text-decoration: none;
 | |
|       }
 | |
|     </style>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>
 | |
|       <a  href = "/juliancreditpl2sdonotsteal">Go To The Originals...</a>
 | |
|     </h1>
 | |
|     <div id="shit">
 | |
|       <pre class="monospace big"><span class="r">█▀▄      ▄  </span><span class="b">█▀▄  ▄   ▄  </span><span class="r"> ▄▄ </span>
 | |
| <span class="r">█ █ ▄▀▄ ▀█▀ </span><span class="b">█ █ █▄█ ▀█▀ </span><span class="r">█▄</span><span class="b">▀█</span>
 | |
| <span class="r">█ █ ▀▄▀  █  </span><span class="b">█ █ ▀▄▄  █  </span><span class="b"> ▀▀ </span>
 | |
|       </pre>
 | |
|       <pre class="monospace">Welcome to <span class="r">Not</span><span class="b">Net</span>.
 | |
| 
 | |
| We host:
 | |
| <a class="r link" href="https://exitplan.petoria.land/">[exitplan]</a>
 | |
| <a class="r link" href="https://petoria.land/">[republic of petoria]</a>
 | |
| <a class="r link" href="https://tshnn.com/">[tshnn services]</a>
 | |
| <a class="r link" href="https://coolmathgam.es/">[coolmathgam.es]</a>
 | |
| 
 | |
| on:
 | |
| <a class="server link" href="https://soulja-boy-told.me/">[lmaobox]</a> - Virginia, USA
 | |
| <a class="server link" href="https://n2.pm/">[sevenoneone]</a> - Helsinki, Finland
 | |
| 
 | |
| by:
 | |
| <a class="link" style="color: #cb2027;" href="https://notnite.com/">[NotNite]</a>
 | |
| <a class="link" style="color: #00ffbb;" href="https://miskeeping.com/">[naku]</a>
 | |
| <a class="link" style="color: #79bcda;" href="https://adryd.com/">[adryd]</a>
 | |
| <a class="link" style="color: #2ab5c6;" href="https://coolmathgames.tech/">[Mary]</a>
 | |
| <a class="link" style="color: #d75622;" href="https://j4.pm/">[jane]</a>
 | |
| <a class="link" style="color: #ee82ee;" href="https://i-fucking-hate.ninja/">[gh]</a></pre>
 | |
|     </div>
 | |
|   
 | |
| 
 | |
| </body></html> |