forked from nyancrimew/maia.crimew.gay
		
	
		
			
				
	
	
		
			94 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			94 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <title>maia :3</title>
 | |
|     <link
 | |
|       rel="stylesheet"
 | |
|       href="https://lavender.software/webring/webring-0.2.0.css"
 | |
|     />
 | |
|   </head>
 | |
|   <style>
 | |
|     html {
 | |
|       background-color: rgb(236, 169, 203);
 | |
|       color: rgb(92, 53, 124);
 | |
|     }
 | |
|     a {
 | |
|         color:rgb(255, 0, 140);
 | |
|     }
 | |
|     
 | |
|     a.active {
 | |
|         color:rgb(195, 0, 255);
 | |
|     }
 | |
|   </style>
 | |
|   <body>
 | |
|     <header>
 | |
|       <h1>maia <sub>arson crimew</sub></h1>
 | |
|       <nav>
 | |
|         <span><a href="/" class="active">home</a></span>
 | |
|         <span>|</span>
 | |
|         <span><a href="/samples.html">sample packs</a></span>
 | |
|       </nav>
 | |
|     </header>
 | |
|     <p>
 | |
|       hello i am maia arson crimew <sup>(it/she)</sup> and this website is not finished at all as a
 | |
|       matter of fact i havent even rly started working on it yet.
 | |
|     </p>
 | |
|     <p>here is one of my favorite gifs:</p>
 | |
|     <img
 | |
|       src="/cat-explosion.gif"
 | |
|       alt="an very cool cat in front of an explosion"
 | |
|     />
 | |
|     <div>
 | |
|       <span
 | |
|         ><a href="https://twitter.com/_nyancrimew" target="_blank"
 | |
|           >birded site</a
 | |
|         ></span
 | |
|       >
 | |
|       <span>|</span>
 | |
|       <span
 | |
|         ><a href="https://crimew.gay/maia" target="_blank"
 | |
|           >fedded verse</a
 | |
|         ></span
 | |
|       >
 | |
|       <span>|</span>
 | |
|       <span
 | |
|         ><a href="https://soundcloud.com/nyancrimew" target="_blank"
 | |
|           >sounded cloud</a
 | |
|         ></span
 | |
|       >
 | |
|       <span>|</span>
 | |
|       <span
 | |
|         ><a href="https://last.fm/user/nyancrimew" target="_blank"
 | |
|           >last dot federated states of micronesia</a
 | |
|         ></span
 | |
|       >
 | |
|       <span>|</span>
 | |
|       <span
 | |
|         ><a href="https://github.com/deletescape" target="_blank"
 | |
|           >gitted hub</a
 | |
|         ></span
 | |
|       >
 | |
|       <span>|</span>
 | |
|       <span
 | |
|         ><a href="https://git.lavender.software/nyancrimew" target="_blank"
 | |
|           >gitted tea</a
 | |
|         ></span
 | |
|       >
 | |
|     </div>
 | |
|     <footer>
 | |
|       <div>
 | |
|         <p>
 | |
|           <small
 | |
|             >i am going to add fun badges here eventually but i was too lazy to
 | |
|             do so today</small
 | |
|           >
 | |
|         </p>
 | |
|       </div>
 | |
|       <script
 | |
|         src="https://lavender.software/webring/webring-0.2.0.js"
 | |
|         data-site-id="maia"
 | |
|       ></script>
 | |
|     </footer>
 | |
|   </body>
 | |
| </html>
 |