代码推送
This commit is contained in:
85
yq/public/index.html
Normal file
85
yq/public/index.html
Normal file
@@ -0,0 +1,85 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
|
||||
<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"> -->
|
||||
<link rel="icon" type="image/x-icon" href="./favicon.ico">
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3157209_ua5c8rb0fwc.css">
|
||||
<meta name="google-site-verification" content="tnPx29xrawMDQ-WEm9nzlcid1_ZK8o1T-WwpGMKwNuQ" />
|
||||
|
||||
|
||||
<!-- SEO 相关 meta 标签优化 -->
|
||||
<!--
|
||||
- index: 允许搜索引擎索引此页面
|
||||
- follow: 允许搜索引擎跟踪页面中的链接
|
||||
- max-image-preview:large: 允许在搜索结果中显示大图预览
|
||||
- max-snippet:-1: 允许搜索引擎显示任意长度的文本片段
|
||||
- max-video-preview:-1: 允许搜索引擎显示任意长度的视频预览
|
||||
-->
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<!-- 允许谷歌索引和跟踪链接-->
|
||||
<meta name="googlebot" content="index, follow">
|
||||
<meta name="googlebot-news" content="index, follow">
|
||||
<meta name="bingbot" content="index, follow">
|
||||
|
||||
<link rel="canonical" href="https://coinbus.cc" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,minimum-scale=1.0">
|
||||
<title>coinbus - A professional blockchain data analysis platform</title>
|
||||
<meta name="description" content="Coinbus data analysis platform, covering BTC ETH、 Blockchain data from various aspects such as stablecoins and macroeconomics. Provide precise analysis of on chain data, market indicators, exchange data, trading volume, monitoring of large transactions, liquidity, bonds, and many other sectors to help you gain insights into cryptocurrency market trends">
|
||||
<meta name="keywords" content="coinbus,BTC,ETH,stablecoins,macroeconomics,blockchain data analysis,on chain data,market indicators,exchange data,trading volume,large transactions,liquidity,bonds,cryptocurrency market trends">
|
||||
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
/* height: 0px; */
|
||||
/* //隐藏滚动条 */
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
border-right: none;
|
||||
|
||||
}
|
||||
html{
|
||||
/* //隐藏滚动条 */
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
border-right: none;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none
|
||||
}
|
||||
/* .messageClass{
|
||||
z-index: 99999;
|
||||
color: blue !important;
|
||||
background: rebeccapurple;
|
||||
} */
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<!-- 当网站不支持vue时显示 -->
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
|
||||
Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user