html+css实战23-综合路由-跳转其他页面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>基本骨架</title>
</head>
<body>
  <h1>我是歌谣</h1>
  <a href="./1.html">跳转到当前页面</a>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/geyaoisnice/article/details/125026713