练习第一天
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>网络安全C10期课程</title>
<style>
body {
background-color: blue;
}
</style>
<script>
setTimeout(function() {
window.location.href = 'https://www.magedu.com'; // 马哥教育官网链接
}, 5000); // 5秒后跳转
</script>
</head>
<body>
<h1>欢迎来到网络安全C10期课程</h1>
<a href="https://www.baidu.com" target="_blank">点击访问百度</a>
</body>
</html>

浙公网安备 33010602011771号