1 Star 0 Fork 0

Blood.Cold/FileCentipede

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
asdadfsdd 提交于 2024-11-01 06:30 . commit
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="refresh" content="1; url=en_US/index.html" />
<title>File Centipede</title>
<script>
(function(){
var list = ["en_US","zh_CN","zh_TW","ru_RU","ko_KR","de_DE","id_ID"];
var lang = navigator.language.replace('-','_');
var name = "en_US";
for(let i=0;i<list.length;++i) {
if(list[i] === lang){
name = list[i];
break;
}
}
window.location = name + "/index.html";
})();
</script>
</head>
<body>
<h1>File Centipede</h1>
<div>
<a href="en_US/index.html"><h2>English</h2></a>
<a href="zh_CN/index.html"><h2>简体中文</h2></a>
<a href="zh_TW/index.html"><h2>繁體中文</h2></a>
<a href="ru_RU/index.html"><h2>Русский</h2></a>
<a href="ko_KR/index.html"><h2>한국어</h2></a>
<a href="de_DE/index.html"><h2>Deutsch</h2></a>
<a href="id_ID/index.html"><h2>Indonesia</h2></a>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/scruixin_Blood/FileCentipede.git
[email protected]:scruixin_Blood/FileCentipede.git
scruixin_Blood
FileCentipede
FileCentipede
main

搜索帮助