| 
									
										
										
										
											2023-06-29 01:10:55 +02:00
										 |  |  | <script> | 
					
						
							| 
									
										
										
										
											2023-07-15 19:28:59 +02:00
										 |  |  |   import Tr from "./Base/Tr.svelte" | 
					
						
							|  |  |  |   import Translations from "./i18n/Translations.ts" | 
					
						
							|  |  |  |   import BackButton from "./Base/BackButton.svelte" | 
					
						
							| 
									
										
										
										
											2023-06-29 01:10:55 +02:00
										 |  |  |   console.log("???") | 
					
						
							|  |  |  | </script> | 
					
						
							| 
									
										
										
										
											2023-07-15 19:28:59 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-15 02:21:18 +02:00
										 |  |  | <main> | 
					
						
							| 
									
										
										
										
											2024-06-16 16:06:26 +02:00
										 |  |  |   <div class="flex flex-col"> | 
					
						
							|  |  |  |     <Tr t={Translations.t.general["404"]} /> | 
					
						
							|  |  |  |     <BackButton | 
					
						
							|  |  |  |       clss="m-8" | 
					
						
							|  |  |  |       on:click={() => { | 
					
						
							|  |  |  |         window.location = "index.html" | 
					
						
							|  |  |  |       }} | 
					
						
							|  |  |  |     > | 
					
						
							|  |  |  |       <div class="flex w-full justify-center"> | 
					
						
							|  |  |  |         <Tr t={Translations.t.general.backToIndex} /> | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |     </BackButton> | 
					
						
							|  |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2024-06-15 02:21:18 +02:00
										 |  |  | </main> |