courses_1/index.html

26 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=Introduction%20to%20Gazebo%20Sim%20with%20ROS2/%E8%AF%BE%E7%A8%8B%E5%AF%BC%E8%88%AA.html">
<title>Gazebo Sim 与 ROS2 入门</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #f5f7fa; color: #333; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.card { background: #fff; border-radius: 10px; padding: 32px 28px; box-shadow: 0 2px 8px rgba(0,0,0,.08); text-align: center; max-width: 520px; margin: 20px; }
h1 { color: #1a73e8; margin-bottom: 12px; font-size: 1.8em; }
p { color: #666; margin-bottom: 22px; }
a { display: inline-block; background: #1a73e8; color: #fff; text-decoration: none; border-radius: 6px; padding: 10px 18px; font-weight: 600; }
a:hover { background: #1557b0; }
</style>
</head>
<body>
<div class="card">
<h1>Gazebo Sim 与 ROS2 入门</h1>
<p>正在进入课程导航页。如果没有自动跳转,请点击下方按钮。</p>
<a href="Introduction%20to%20Gazebo%20Sim%20with%20ROS2/%E8%AF%BE%E7%A8%8B%E5%AF%BC%E8%88%AA.html">打开课程导航</a>
</div>
</body>
</html>