forked from nyancrimew/maia.crimew.gay
		
	
		
			
				
	
	
		
			101 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <title>maia sample packs :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>sample packs</sub></h1>
 | |
|       <nav>
 | |
|         <span><a href="/">home</a></span>
 | |
|         <span>|</span>
 | |
|         <span><a href="/samples.html" class="active">sample packs</a></span>
 | |
|       </nav>
 | |
|     </header>
 | |
|     <p>here are some sample packs i made!</p>
 | |
|     <div>
 | |
|       <ul>
 | |
|         <li>
 | |
|           <a href="/samples/annoying-catgirl-noises.zip"
 | |
|             ><code>annoying-catgirl-noises.zip</code></a
 | |
|           >
 | |
|           - maia meows and uwus <small>(v1.0)</small>
 | |
|         </li>
 | |
|         <li>
 | |
|           <a href="/samples/maiacore.zip"><code>maiacore.zip</code></a> -
 | |
|           recordings of maia saying random things, probably updated fairly
 | |
|           frequently <small>(v1.0)</small>
 | |
|         </li>
 | |
|       </ul>
 | |
|     </div>
 | |
|     <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>
 |