1 Star 1 Fork 0

晴天莫爱小鸟/echarts-website-site

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manually-redirect.html 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
晴天莫爱小鸟 提交于 2023-11-18 14:56 . 初始化
<!DOCTYPE html><head><meta charset="utf-8"><meta name="robots" content="noindex"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1" user-scalable="no"><link rel="shortcut icon" href="http://127.0.0.1:8088/undefined/images/favicon.png?_v_=20200710_1"><style>html, body {
margin: 0;
padding: 0
}
.main {
text-align: center;
margin: auto;
position: absolute;
top: 50%;
font-weight: normal;
}
.content {
transform: translate(-50%, -50%);
}</style></head><body><div class="main"><div class="content"><div><span>请访问 Apache ECharts 的官网 &nbsp;</span><a id="a1" href="http://127.0.0.1:8088/zh/index.html">http://127.0.0.1:8088</a></div><div><span>Please visit the official Apache ECharts Website at</span><a id="a2" href="http://127.0.0.1:8088/en/index.html">http://127.0.0.1:8088</a></div></div></div><script type="text/javascript">document.getElementById('a1').setAttribute('href', 'http://127.0.0.1:8088/zh/index.html'+((!location.pathname||location.pathname==='/')?'':location.pathname+(!location.search?'':location.search)+(!location.hash?'':location.hash)));
document.getElementById('a2').setAttribute('href', document.getElementById('a1').getAttribute('href'));</script></body>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qtxiaoniao/echarts-website-site.git
git@gitee.com:qtxiaoniao/echarts-website-site.git
qtxiaoniao
echarts-website-site
echarts-website-site
master

搜索帮助