Files

13 lines
266 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=resume.html">
<title>跳转中...</title>
</head>
<body>
<script>
window.location.href = "resume.html";
</script>
</body>
</html>