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.
 
 
 

28 lines
603 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>李越</title>
<style type="text/css">
div#div1{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
z-index:-1;
}
div#div1 > img {
height:100%;
width:100%;
border:0;
}
</style>
<script type="text/javascript">
setTimeout(()=>{window.location.href='./index.html'}, 5000);
</script>
</head>
<body>
<div id="div1"><img src="./images/1.png" /></div>
</body>
</html>