Compare commits
	
		
			3 commits
		
	
	
		
			009783f8e9
			...
			8d09e1b69c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8d09e1b69c | |||
| a3f961c8fe | |||
| 2ce1c06305 | 
					 2 changed files with 3 additions and 14 deletions
				
			
		
							
								
								
									
										14
									
								
								index.html
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								index.html
									
										
									
									
									
								
							| 
						 | 
					@ -7,25 +7,15 @@
 | 
				
			||||||
  <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,7 +2,6 @@
 | 
				
			||||||
    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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,6 +9,6 @@
 | 
				
			||||||
    main {
 | 
					    main {
 | 
				
			||||||
        flex: 1; /* This pushes footer to bottom */
 | 
					        flex: 1; /* This pushes footer to bottom */
 | 
				
			||||||
        padding: 20px;
 | 
					        padding: 20px;
 | 
				
			||||||
        min-height: 85vh;
 | 
					        min-height: 90vh;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue