16 lines
527 B
HTML
16 lines
527 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=civil_engineering_resume.html">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>个人简历 - 土木水利</title>
|
|
<script>
|
|
window.location.href = "civil_engineering_resume.html";
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>页面跳转中,如果没有自动跳转,请<a href="civil_engineering_resume.html">点击这里</a>。</p>
|
|
</body>
|
|
</html>
|