42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <title>SmartSheep → Solsynth</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="app" class="w-screen h-screen flex justify-center items-center">
 | |
|       <div class="text-center">
 | |
|         <img src="/favicon.svg" width="64" height="64" class="mx-auto" />
 | |
| 
 | |
|         <h1 id="title" class="text-2xl font-bold">Redirecting...</h1>
 | |
| 
 | |
|         <p class="text-lg mt-3">SmartSheep is now known as Solsynth</p>
 | |
|         <p>We also updated our domain.</p>
 | |
| 
 | |
|         <div class="mt-3 flex gap-2 justify-center">
 | |
|           <code>smartsheep.studio</code>
 | |
|           <span>→</span>
 | |
|           <code>solsynth.dev</code>
 | |
|         </div>
 | |
| 
 | |
|         <p class="mt-3">Please add our new domain to your browser favorites.</p>
 | |
| 
 | |
|         <div id="redirect-info" class="mt-3 text-sm text-center">
 | |
|           <p>You are going to redirect to</p>
 | |
|           <code id="redirect-target">https://solsynth.dev</code>
 | |
|           <p>in 5 seconds</p>
 | |
|         </div>
 | |
| 
 | |
|         <div class="mt-3 text-xs text-center opacity-80">
 | |
|           <p>Copyright © 2024 Solsynth</p>
 | |
|         </div>
 | |
|       </div>
 | |
|     </div>
 | |
| 
 | |
|     <script type="module" src="/src/main.ts"></script>
 | |
|   </body>
 | |
| </html>
 |