defaultkavy
4a45e0d06d
fix: export css background set to transparent fix: export css scrollbar set to none display fix: export css hide poll panel add: github link and author page link opt: set minimum screen width is 700px
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<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>
|