-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathys.html
30 lines (25 loc) · 928 Bytes
/
ys.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>原神,启动!</title>
<!-- <link rel="stylesheet" type="text/css" media="screen and (min-width: 600px) and (max-device-width: 980px)" href=".\css\mobile.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-device-width: 980px)" href=".\css\pc.css" /> -->
<link rel="stylesheet" href=".\css\main.css" />
<link rel="script" href=".\js\main.js" />
<link rel="stylesheet" href="./css/xz.css">
</head>
<script>
function tz(){
window.location.href='https://www.migufun.com/miguplay/middleGame/gameplay/400007864?chooseType=hostSearch&gameName=%E5%8E%9F%E7%A5%9E'
}
function hide() {
var imgg= document.getElementById('imgm');
imgg.classList.add('show');
setTimeout(tz,2000)
}
</script>
<body onload="hide()">
<img src="./ys.png" id="imgm">
</body>
</html>