You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<link rel="stylesheet" href="lib/weui/weui.min.css">
|
|
<style>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="page js_show view">
|
|
<div class="weui-footer weui-footer_fixed-bottom"><p class="weui-footer__text">Copyright © 2020</p></div>
|
|
</div>
|
|
<div id="loading">
|
|
<div class="weui-mask_transparent"></div>
|
|
<div class="weui-toast">
|
|
<i class="weui-loading weui-icon_toast"></i>
|
|
<p class="weui-toast__content">加载中</p>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="lib/jquery/jquery.min.js"></script>
|
|
<script>
|
|
var server = localStorage.getItem('server');
|
|
if (server) {
|
|
window.location.href = server;
|
|
}
|
|
else {
|
|
window.location.href = 'config.html';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |