forked from GithubMirrors/cardconjurer
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html5>
 | |
| <html>
 | |
| <head>
 | |
|     <script async src="data/scripts/cookies.js"></script>
 | |
|     <link rel="stylesheet" href="styles.css">
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <link rel="apple-touch-icon" sizes="180x180" href="data/site/favicons/apple-touch-icon.png">
 | |
|     <link rel="icon" type="image/png" sizes="32x32" href="data/site/favicons/favicon-32x32.png">
 | |
|     <link rel="icon" type="image/png" sizes="16x16" href="data/site/favicons/favicon-16x16.png">
 | |
|     <link rel="manifest" href="data/site/favicons/site.webmanifest">
 | |
| </head>
 | |
| <body>
 | |
|     <title>CC - Disclaimer</title>
 | |
|     <div class='title'>Disclaimer</div>
 | |
|     <div class='layer darkLayer fadeIn'>
 | |
|         <div>
 | |
|             Card Conjurer is in no way affiliated with, sponsored by, or endorsed by Wizards of the Coast. Fonts, Mana symbols, and other related images are trademarks and copyrights of Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc.
 | |
|         </div>
 | |
|     </div>
 | |
|     <div class='layer fadeIn'>
 | |
|         <div>
 | |
|             Some card frames, or elements used in various card frames, were created by Kentu, Timmy XD69, and Chilli_Axe.
 | |
|         </div>
 | |
|     </div>
 | |
|     <div class='layer darkLayer fadeIn'>
 | |
|         <div>
 | |
|             Any other uploaded artwork is property of the original artist, and it is up to the users to insure that these images are properly credited.
 | |
|         </div>
 | |
|     </div>
 | |
|     <div class='layer fadeIn'>
 | |
|         <div>
 | |
|             
 | |
|         </div>
 | |
|     </div>
 | |
| </body>
 | |
| <footer id='footer'>
 | |
|     <script async src='data/scripts/footer.js'></script>
 | |
|     <script defer src="data/scripts/animations.js"></script>
 | |
| </footer>
 | |
| <html>
 | 
