mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-10-30 14:50:26 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
| 	<meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| 	<meta name="description" content="description">
 | |
| 	<meta name="keywords" content="keywords">
 | |
| 	<meta name="apple-mobile-web-app-capable" content="yes">
 | |
| 	<meta name="mobile-web-app-capable" content="yes">
 | |
| 	<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
 | |
| 	<link rel="stylesheet" href="/css/reset.css">
 | |
| 	<link rel="stylesheet" href="/css/style-1.css">
 | |
| 	<link rel="shortcut icon" href="/favicon.ico">
 | |
| 	<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
 | |
| 	<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
 | |
| 	<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
 | |
| 	<link rel="manifest" href="/site.webmanifest">
 | |
| 	<script src='/js/main.js'></script>
 | |
| </head>
 | |
| <body>
 | |
| 	<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script> <!--https://stackoverflow.com/questions/2898740/iphone-safari-web-app-opens-links-in-new-window-->
 | |
| 	<div class='background'></div>
 | |
| 	<header>
 | |
| 		<h1 class='title center'>CARD CONJURER</h1>
 | |
| 	</header>
 | |
| 	<div>
 | |
| 		<svg width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" class='hamburger' onclick='toggleMenu()'>
 | |
| 		    <path class='line1' d="M10,18L90,18L10,82" />
 | |
| 		    <path class='line3' d="M10,82L90,82L10,18" />
 | |
| 		    <path class='line2' d="M10,50L90,50" />
 | |
| 		</svg>
 | |
| 		<div class='circle'></div>
 | |
| 		<div class='menu menu-hidden'>
 | |
| 			<div class='main-menu'>
 | |
| 				<h2>Navigation</h2>
 | |
| 				<h3><a href='/'>Home</a></h3>
 | |
| 				<h3><a href='/creator'>Card Creator</a></h3>
 | |
| 				<!-- <h3><a href='/'>Card Gallery</a></h3> -->
 | |
| 				<h3><a href='/askurza'>Ask Urza 2.0</a></h3>
 | |
| 				<h3><a href='/about'>About Me</a></h3>
 | |
| 				<h3><a href='/legal'>Legal</a></h3>
 | |
| 				<h2>External Links</h2>
 | |
| 				<h3><a href='https://twitter.com/ImKyle4815' target='_blank'>Twitter</a></h3>
 | |
| 				<h3><a href='https://www.patreon.com/KyleBurton' target='_blank'>Patreon</a></h3>
 | |
| 			</div>
 | |
| 		</div>
 | |
| 	</div> | 
