1 Star 0 Fork 15

kean/RunnerGo-fe-open

forked from RunnerGo/RunnerGo-fe-open 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
liuguanglei 提交于 2023-03-03 18:59 +08:00 . update code
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<!-- <link rel="icon" href="/favicon.ico" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="keywords" Content="RunnerGo注册,RunnerGo登录,RunnerGosaas版">
<meta name="description" content="RunnerGo全栈测试平台,为研发赋能,让测试更简单!若您是新用户,则可以在此页面注册RunnerGo账号获取免费试用天数,轻松体验RunnerGo功能。" />
<title>开源版-RunnerGo</title>
<link rel="shortcut icon" type="image/x-icon" href="/qrlogo.png" />
<link rel="stylesheet" name="apt-template-link" href="/skins/dark.css" />
<link rel="stylesheet" name="apt-font-link" href="/font/font-100.css" />
<script src="https://static.geetest.com/v4/gt4.js"></script>
<!-- <script src="/js/socket.io.4.4.1.min.js"></script> -->
<style type="text/css">
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: none repeat scroll 0 0 #f7f7f7;
text-align: center;
}
.preloader img,
.preloader svg {
margin: 0 auto;
}
/* html {
font-size: 19.20px !important;
}
@media only screen and (max-width: 1800px) {
html {
font-size: 18px !important;
}
}
@media only screen and (max-width: 1440px) {
html {
font-size: 14.40px !important;
}
} */
</style>
</head>
<body arco-theme="dark">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<div class="preloader">
<img src="/loading.gif">
</div>
</div>
</body>
<script>
window.addEventListener('resize', () => {
const oHtml = document.getElementsByTagName('html')[0];
const width = document.body.clientWidth;
oHtml.style.fontSize = width / 100 + 'px';
});
const oHtml = document.getElementsByTagName('html')[0];
const width = document.body.clientWidth;
oHtml.style.fontSize = width / 100 + 'px';
</script>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ff8148f0b6ee02822c7e6d67659b02fe";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/kean123/runnergo-fe-open.git
git@gitee.com:kean123/runnergo-fe-open.git
kean123
runnergo-fe-open
RunnerGo-fe-open
main

搜索帮助