-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
22 lines (20 loc) · 735 Bytes
/
Copy path404.html
File metadata and controls
22 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
permalink: /404.html
---
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-referrer" />
<title>Moved</title>
</head>
<h3>Opps,博客搬迁了</h3>
<p>马上将为您跳转(大概3秒?</p>
<p><img style='max-width:100%;' referrerPolicy="no-referrer" src='https://serv.xbottle.top/i/weibo/https://wx1.sinaimg.cn/large/006Xmmmggy1g57mdnujubj30m80faq6p.jpg'></img></p>
<script>
var u=window.location.href;
var p=u.replace(/imbottle.com/,'bottle.moe');
setTimeout(function(){
window.open(p,'_self');
},3000);
</script>