练习第一天

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

posted @ 2024-08-14 14:40  SecTao  阅读(20)  评论(0)    收藏  举报