-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (45 loc) · 1.96 KB
/
Copy pathindex.html
File metadata and controls
47 lines (45 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<!doctype html>
<html lang="zh">
<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">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/> <!-- 修改图标-->
<title>Yuesekaer小站-域名更换</title> <!-- 修改标题 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?871ec498c84e599c25716652220f54a4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div class="logo-img">
<a href="https://yuesekaer.com/"> <img alt= "yske" src="logo_black.png" style="width:150px;height:auto;" /> </a> <!-- 修改 Logo-->
</div>
<div id="box">
<div class="loading-text"><img class="loading-img" src="tips.png" alt="info"> 搬家啦( ̄▽ ̄)/</div>
<p class="link">Yuesekaer小站已更换域名,正在跳转中~~~
<p class="btn-plane">
<a href="https://yuesekaer.com/"><button>前往</button></a>
<meta http-equiv="refresh" content="3;url=https://yuesekaer.com/">
</p>
</div>
</body>
</html>
<!--html lang="zh"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
yuesekaer小站
</title>
<link rel="icon" href="https://yuesekaer.com/favicon.ico" type="image/x-icon">
</head>
<a href="https://yuesekaer.com/" target="_blank" title="yuesekaer小站">
<img style="display: inline-block; width: 100%; max-width: 100%; height: auto;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;" src="https://yuesekaer.com/wp-content/uploads/2023/06/ysketop1.webp">
<meta http-equiv="refresh" content="5;url=https://yuesekaer.com/">
</body></html-->