Initial commit: 12个专业个人简历作品集项目

This commit is contained in:
KQL
2025-11-15 18:32:08 +08:00
commit b690b4663c
896 changed files with 726841 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!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>