mirror of
https://github.com/tuanzisama/minecraft-color-gradient-generator.git
synced 2024-11-21 01:05:03 +08:00
43 lines
1.9 KiB
HTML
43 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cmn-Hans">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="google" content="notranslate" />
|
|
<meta name="description" content="Minecraft 渐变文本生成器 - 支持超 14 款格式 / 混排样式 / 渐变预设" />
|
|
<meta name="keywords" content="Minecraft,渐变颜色,渐变文字生成器,MC,渐变,渐变文字" />
|
|
<title>Minecraft Gradient Text Generator</title>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png" />
|
|
<link rel="manifest" href="/images/favicon/site.webmanifest" />
|
|
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5" />
|
|
|
|
<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=Barlow:wght@400;500;700&family=Noto+Sans+SC:wght@200;400;700;900&family=Material+Symbols+Outlined&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<!-- Google Analytics tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=%VITE_GOOGLE_ANALYTICS%"></script>
|
|
<!-- Baidu tongji tag (hm.js) -->
|
|
<script async src="https://hm.baidu.com/hm.js?%VITE_BAIDU_TONGJI%"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag("js", new Date());
|
|
|
|
gtag("config", "%VITE_GOOGLE_ANALYTICS%");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|