添加更多链接,更新 HTML 文件中的超链接结构

This commit is contained in:
yuuko 2025-09-04 12:56:11 +08:00
parent b76d7d8e6d
commit 60fea7e06d

View File

@ -10,5 +10,9 @@
<a href="http://www.yuuko1969.cn">主站</a>
<a href="http://jdy.yuuko1969.cn" target="_blank">京东云</a>
<a href="http://www.yuuko1969.cn" target="_self">主站</a>
<a href="http://jdy.yuuko1969.cn" target="_top">京东云</a>
<a href="http://www.yuuko1969.cn" target="_parent">主站</a>
<a href="http://jdy.yuuko1969.cn" target="_blank" rel="noopener">京东云</a>
<a href="http://www.yuuko1969.cn" target="_blank" rel="noreferrer">主站</a>
</body>
</html>