forked from GithubMirrors/cardconjurer
		
	
		
			
				
	
	
		
			71 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html5>
 | |
| <html>
 | |
| <head>
 | |
|     <script data-ad-client="ca-pub-8226515140557560" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 | |
|     <script async src="/data/scripts/localStorage.js"></script>
 | |
|     <link rel="stylesheet" href="/data/styles/main.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 - Phyrexian</title>
 | |
|     <div>
 | |
|         <div class="title layer">
 | |
|             Phyrexian "Translator"
 | |
|         </div>
 | |
|         <div class="animated layer clearLayer slideFromRight">
 | |
|             <div class='splitGrid'>
 | |
|                 <div>
 | |
|                     Input the text you would like to be "translated"
 | |
|                 	<textarea id='inputText' oninput='generatePhyrexianText()'></textarea>
 | |
|                 </div>
 | |
|                 <div>
 | |
|                     Then copy the "translated" text from here
 | |
|                 	<textarea id='outputText' style='font-family: "phyrexian";' disabled></textarea>
 | |
|                 </div>
 | |
|             </div>
 | |
|         </div>
 | |
|         <div class="animated layer slideFromLeft">
 | |
|             <div>
 | |
|                 This is not a real translator. It simply detects paragraphs and sentences, then randomly converts characters to phyrexian. Once you have the copied text, drop it into the <a href='creator.html'>Card Creator</a> following {fontphyrexian} wherever you'd like!
 | |
|             </div>
 | |
|         </div>
 | |
|         <div class="adGrid">
 | |
|             <div>
 | |
|                 <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 | |
|                 <ins class="adsbygoogle"
 | |
|                      style="display:block"
 | |
|                      data-ad-client="ca-pub-8226515140557560"
 | |
|                      data-ad-slot="7142663356"
 | |
|                      data-ad-format="auto"
 | |
|                      data-full-width-responsive="true"></ins>
 | |
|                 <script>
 | |
|                      (adsbygoogle = window.adsbygoogle || []).push({});
 | |
|                 </script>
 | |
|             </div>
 | |
|             <div>
 | |
|                 <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 | |
|                 <ins class="adsbygoogle"
 | |
|                      style="display:block"
 | |
|                      data-ad-client="ca-pub-8226515140557560"
 | |
|                      data-ad-slot="4606153449"
 | |
|                      data-ad-format="auto"
 | |
|                      data-full-width-responsive="true"></ins>
 | |
|                 <script>
 | |
|                      (adsbygoogle = window.adsbygoogle || []).push({});
 | |
|                 </script>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
|     <script defer src="/data/site/other/phyrexian/phyrexian.js"></script>
 | |
| </body>
 | |
| <footer id='footer'>
 | |
|     <script async src='/data/scripts/footer.js'></script>
 | |
|     <script defer src="/data/scripts/animations.js"></script>
 | |
| </footer>
 | |
| <html>
 | 
