38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5CHHSHWVVE"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-5CHHSHWVVE');
|
|
</script>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/src/index.scss">
|
|
<title>YouTube Chat Designer</title>
|
|
<meta name="description" content="YouTube Chat CSS design tool for streamer.">
|
|
|
|
<!-- Facebook Meta Tags -->
|
|
<meta property="og:url" content="https://ytcd.defaultkavy.com/">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="YouTube Chat Designer">
|
|
<meta property="og:description" content="YouTube Chat CSS design tool for streamer.">
|
|
<!-- <meta property="og:image" content=""> -->
|
|
|
|
<!-- Twitter Meta Tags -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:domain" content="ytcd.defaultkavy.com">
|
|
<meta property="twitter:url" content="https://ytcd.defaultkavy.com/">
|
|
<meta name="twitter:title" content="YouTube Chat Designer">
|
|
<meta name="twitter:description" content="YouTube Chat CSS design tool for streamer.">
|
|
<!-- <meta name="twitter:image" content=""> -->
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|