root@pts/0 # cat daohang.html
<html>
<head>
</head>
<body>
<style>
a:link {
color:#FF0000;
text-decoration:underline;
}
a:visited {
color:#00FF00;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:none;
}
a:active {
color:#FFFFFF;
text-decoration:none;
}
.font_01 { font-size:8px;}
</style>
<p><a href="front.pdf" target="content" class="font_01">前台系统架构图 </a></p>
<p><a href="baby.pdf" target="content" class="font_01">baby计划架构图</a></p>
<p><a href="db.pdf" target="content" class="font_01">数据库架构图</a></p>
<p><a href="apollo.pdf" target="content" class="font_01">apollo架构图</a></p>
</body>
</html>