blob: e7989dc8fd2dcab895cd6b525a8ff5e4ea252d6f [file]
<!DOCTYPE html>
<html data-theme="dark">
<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</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="main.css">
<script defer src="packages/codemirror_dart/assets/codemirror-dart.bundle.js"></script>
<script defer src="main.client.dart.js"></script>
</head>
<body>
</body>
</html>