33 lines
897 B
HTML
33 lines
897 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
|
|
<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">
|
|
<link rel="stylesheet" href="/style/zhao.css">
|
|
<title>赵家小站</title>
|
|
<style>
|
|
nav {
|
|
display: flex;
|
|
gap: 1rem;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1><img src="favicon.ico">赵家小站</h1>
|
|
<nav>
|
|
<a class="button" href="课程表.html">课程表</a>
|
|
<a class="button" href="部编版小学阶段必背古诗词129首.html">必背诗词</a>
|
|
<a class="button" href="/~xin/">爸爸</a>
|
|
<a class="button" href="/~jun/">鱼儿</a>
|
|
<a class="button" href="/~yang/">海洋</a>
|
|
<a class="button" href="http://nas:3000/">代码仓库</a>
|
|
</nav>
|
|
</body>
|
|
|
|
</html>
|