ytcd/index.html

38 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2024-03-30 18:39:39 +08:00
<!doctype html>
<html lang="en">
<head>
2024-03-31 13:20:15 +08:00
<!-- 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>
2024-03-30 18:39:39 +08:00
<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>
2024-03-30 22:52:51 +08:00
<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=""> -->
2024-03-30 18:39:39 +08:00
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>