| <!DOCTYPE html> |
| <html> |
| |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| |
| <script> |
| var pathname = window.location.pathname; |
| var match = pathname.match(/^\/(?:hosting|asset)\/[^\/]+(?:\/zpc\/[^\/]+)?/); |
| var baseHref = match ? match[0] : '/'; |
| if (!baseHref.endsWith('/')) baseHref += '/'; |
| document.write('<base href="' + baseHref + '">'); |
| </script> |
| |
| <title>VibePad Share</title> |
| <link rel="icon" href="/favicon.png"> |
| |
| <link rel="preconnect" href="https://fonts.googleapis.com"> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet"> |
| |
| <link rel="stylesheet" href="share.css"> |
| |
| <script defer src="share.client.dart.js"></script> |
| </head> |
| |
| <body> |
| </body> |
| |
| </html> |