Compare commits
	
		
			No commits in common. "758c14f5002457839f252cf8e26f24698a786456" and "2ce1c06305f68f5609e9f7ae988a5de8274d6f9b" have entirely different histories.
		
	
	
		
			758c14f500
			...
			2ce1c06305
		
	
		
					 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="author" content="Leonardo Murça" />
 | 
				
			||||||
  <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
 | 
					  <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
 | 
				
			||||||
  <meta name="theme-color" content="#ffffff">
 | 
					  <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 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/png" href="/favicon-96x96.png" sizes="96x96" />
 | 
				
			||||||
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
 | 
					  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
 | 
				
			||||||
  <link rel="shortcut icon" href="/favicon.ico" />
 | 
					  <link rel="shortcut icon" href="/favicon.ico" />
 | 
				
			||||||
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
 | 
					  <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="manifest" href="/site.webmanifest" />
 | 
				
			||||||
  <link rel="canonical" href="https://embroideryviewer.xyz/">
 | 
					  <link rel="canonical" href="https://embroideryviewer.xyz/">
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,7 @@
 | 
				
			||||||
    import Router from "../components/Router.svelte";
 | 
					    import Router from "../components/Router.svelte";
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
<main>
 | 
					<main>
 | 
				
			||||||
 | 
					    <div id="ezoic-pub-ad-placeholder-101"></div>
 | 
				
			||||||
    <Router />
 | 
					    <Router />
 | 
				
			||||||
</main>
 | 
					</main>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,6 +10,6 @@
 | 
				
			||||||
    main {
 | 
					    main {
 | 
				
			||||||
        flex: 1; /* This pushes footer to bottom */
 | 
					        flex: 1; /* This pushes footer to bottom */
 | 
				
			||||||
        padding: 20px;
 | 
					        padding: 20px;
 | 
				
			||||||
        min-height: 90vh;
 | 
					        min-height: 85vh;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue