Compare commits
	
		
			No commits in common. "8d09e1b69c64f8d5e4c404e7365bdef14f30e0b2" and "009783f8e90d6a4fffad1e3816352a291246c1e4" have entirely different histories.
		
	
	
		
			8d09e1b69c
			...
			009783f8e9
		
	
		
					 2 changed files with 14 additions and 3 deletions
				
			
		
							
								
								
									
										14
									
								
								index.html
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								index.html
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -7,15 +7,25 @@
 | 
			
		|||
  <meta name="author" content="Leonardo Murça" />
 | 
			
		||||
  <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
 | 
			
		||||
  <meta name="theme-color" content="#ffffff">
 | 
			
		||||
  <meta name="monetag" content="c439d071eb75dadb79e0b4a18921b586">
 | 
			
		||||
  <meta name="apple-mobile-web-app-title" content="Embroidery Viewer" />
 | 
			
		||||
 | 
			
		||||
  <script defer src="https://umami.leomurca.xyz/script.js" data-website-id="bd4c0533-36e6-402d-ac04-577993aaf43a"></script>
 | 
			
		||||
  <script src="https://cmp.gatekeeperconsent.com/min.js" data-cfasync="false"></script>
 | 
			
		||||
  <script src="https://the.gatekeeperconsent.com/cmp.min.js" data-cfasync="false"></script>
 | 
			
		||||
  <script async src="//www.ezojs.com/ezoic/sa.min.js"></script>
 | 
			
		||||
<script>
 | 
			
		||||
    window.ezstandalone = window.ezstandalone || {};
 | 
			
		||||
    ezstandalone.cmd = ezstandalone.cmd || [];
 | 
			
		||||
 | 
			
		||||
    ezstandalone.cmd.push(function() {
 | 
			
		||||
        ezstandalone.showAds(101)
 | 
			
		||||
    });
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
  <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
 | 
			
		||||
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
 | 
			
		||||
  <link rel="shortcut icon" href="/favicon.ico" />
 | 
			
		||||
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
 | 
			
		||||
  <meta name="apple-mobile-web-app-title" content="Embroidery Viewer" />
 | 
			
		||||
  <link rel="manifest" href="/site.webmanifest" />
 | 
			
		||||
  <link rel="canonical" href="https://embroideryviewer.xyz/">
 | 
			
		||||
</head>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,6 +2,7 @@
 | 
			
		|||
    import Router from "../components/Router.svelte";
 | 
			
		||||
</script>
 | 
			
		||||
<main>
 | 
			
		||||
    <div id="ezoic-pub-ad-placeholder-101"></div>
 | 
			
		||||
    <Router />
 | 
			
		||||
</main>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -9,6 +10,6 @@
 | 
			
		|||
    main {
 | 
			
		||||
        flex: 1; /* This pushes footer to bottom */
 | 
			
		||||
        padding: 20px;
 | 
			
		||||
        min-height: 90vh;
 | 
			
		||||
        min-height: 85vh;
 | 
			
		||||
    }
 | 
			
		||||
</style>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue