65 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<? require "../inc/head.inc" ?>
 | |
| 	</head>
 | |
| 	<body>
 | |
| 
 | |
| 	    <? require "../inc/nav.inc" ?>
 | |
| 
 | |
| 		<div id="main-and-sidebar" class="inline-block">
 | |
| 
 | |
| 			<div id="main-wrapper" class="inline-block">
 | |
| 				<div id="main" class="inline-block">
 | |
| 					<main>
 | |
|                         <div class="section container">
 | |
|                             <h1>Contact</h1>
 | |
|                             <span>Discord: ReimarPB#5736</span>
 | |
|                             <br>
 | |
|                             <span>XMPP:</span>
 | |
|                             <a href="xmpp://%72%65%69%6D%61%72%40%72%65%69%6D%61%72%70%62%2E%63%6F%6D">reimar@reimarpb.com</a>
 | |
|                             <br><br>
 | |
|                             <h1>Donate</h1>
 | |
| 
 | |
|                             <label for="bitcoin">
 | |
|                                 <small>Bitcoin</small>
 | |
|                             </label>
 | |
|                             <br>
 | |
|                             <div class="inline-code">
 | |
|                                 <picture>
 | |
|                                     <source type="image/svg+xml" srcset="/assets/icons/bitcoin.svg">
 | |
|                                     <img class="inline-code-icon inline-code-icon-start" src="/assets/icons/bitcoin.png" alt="">
 | |
|                                 </picture>
 | |
|                                 <div class="inline-code-text-wrapper">
 | |
|                                     <input id="bitcoin" class="inline-code-text" value="bc1qsfqdt4fyu2y9cnm2v6sfg6f268xrwj8r3x66tc" size="43" style="width: 43ch;" readonly>
 | |
|                                 </div>
 | |
|                             </div>
 | |
| 
 | |
|                             <label for="monero">
 | |
|                                 <small>Monero</small>
 | |
|                             </label>
 | |
|                             <br>
 | |
|                             <div class="inline-code">
 | |
|                                 <picture>
 | |
|                                     <source type="image/svg+xml" srcset="/assets/icons/monero.svg">
 | |
|                                     <img class="inline-code-icon inline-code-icon-start" src="/assets/icons/monero.png" alt="">
 | |
|                                 </picture>
 | |
|                                 <div class="inline-code-text-wrapper">
 | |
|                                     <input id="monero" class="inline-code-text" value="47ozC7tTEXjSJgFCZUWbpwET1GxU123kRgz8Hj4VnrpCiuBuJ47FRcFDutgtLy5wc9JWZaihxga4hHdQXzdfn3kSRhLvpFj" size="96" style="width: 96ch;" readonly>
 | |
|                                 </div>
 | |
|                             </div>
 | |
|                         </div>
 | |
| 
 | |
| 					</main>
 | |
| 				</div>
 | |
| 			</div><!--
 | |
| 
 | |
| 			--><? require "../inc/sidebar.inc" ?>
 | |
| 
 | |
| 		</div>
 | |
| 
 | |
| 		<? require "../inc/background.inc" ?>
 | |
| 
 | |
| 	</body>
 | |
| </html>
 |