Spaces:
Sleeping
Sleeping
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <link rel="canonical" href="https://signal.vercel.app/" /> | |
| <link | |
| rel="alternate" | |
| hreflang="x-default" | |
| href="https://signal.vercel.app/" | |
| /> | |
| <link | |
| rel="alternate" | |
| hreflang="en" | |
| href="https://signal.vercel.app/?lang=en" | |
| /> | |
| <link | |
| rel="alternate" | |
| hreflang="ja" | |
| href="https://signal.vercel.app/?lang=ja" | |
| /> | |
| <link | |
| rel="alternate" | |
| hreflang="zh" | |
| href="https://signal.vercel.app/?lang=zh" | |
| /> | |
| <meta name="twitter:card" content="summary" /> | |
| <meta property="og:title" content="signal" /> | |
| <meta | |
| property="og:description" | |
| content="Fully Open-sourced Online MIDI Editor" | |
| /> | |
| <meta | |
| property="og:image" | |
| content="https://signal.vercel.app/twitter-card.png" | |
| /> | |
| <title data-i18n="landing-title">signal - Online MIDI Editor</title> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | |
| <link | |
| href="https://fonts.googleapis.com/css2?family=Inter:wght@300;600;800&display=swap" | |
| rel="stylesheet" | |
| /> | |
| <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | |
| <script> | |
| // similar behavior as clicking on a link | |
| window.location.href = "edit" | |
| </script> | |
| <link rel="stylesheet" href="/style.css" /> | |
| <link rel="stylesheet" href="/carbon.css" /> | |
| </head> | |