🎉 Inital Commit
This commit is contained in:
41
index.html
Normal file
41
index.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<!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 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 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>
|
Reference in New Issue
Block a user