6 Star 15 Fork 4

WeBankBlockchain / Truora-Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
xyzshen 提交于 2021-01-18 17:34 . rename truora
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./static/image/Truora_title.png" type="image/x-icon">
<title>Truora</title>
<link rel="stylesheet" type="text/css" href="./static/css/reset.css">
<link rel="stylesheet" type="text/css" href="./static/css/base.css">
<style id="antiClickjack">
body {
display: none !important;
}
</style>
<style type="text/css">
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
.icon-2 {
width: 2.5em;
height: 2.5em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
</style>
</head>
<body>
</head>
<body>
<div id="app" style="height: 100% !important;">
</div>
</body>
<script>
if (self == top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
</html>
JavaScript
1
https://gitee.com/WeBankBlockchain/Truora-Web.git
git@gitee.com:WeBankBlockchain/Truora-Web.git
WeBankBlockchain
Truora-Web
Truora-Web
main

搜索帮助