61 lines
1.9 KiB
HTML
61 lines
1.9 KiB
HTML
<!DOCTYPE HTML>
|
|
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
|
|
<head>
|
|
<title>crypto test</title>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="renderer" content="webkit">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Cache-control" content="no-cache">
|
|
<meta http-equiv="Cache" content="no-cache">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, minimal-ui" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="full-screen" content="true" />
|
|
<meta name="screen-orientation" content="portrait" />
|
|
<meta name="x5-fullscreen" content="true" />
|
|
<meta name="360-fullscreen" content="true" />
|
|
<meta name="apple-mobile-web-app-title" content="WJTX">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<style>
|
|
body {
|
|
|
|
}
|
|
.main-btn {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 8rem;
|
|
}
|
|
.main-btn a {
|
|
text-decoration: none;
|
|
padding: 0.5rem 1rem;
|
|
margin: 0.25rem 0.125rem;
|
|
cursor: pointer;
|
|
background-color: #198754;
|
|
vertical-align: middle;
|
|
border: 1px solid #198754;
|
|
border-radius: 5px;
|
|
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
font-size: 1.0rem;
|
|
color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
<div class="main-btn"><a href="" id="href">点击跳转至操作页面</a></div>
|
|
</div>
|
|
<script src="assets/scripts/lib.js"></script>
|
|
<script src="assets/scripts/redirect.js"></script>
|
|
</body>
|
|
|
|
</html>
|