Skip to content

Commit

Permalink
fix: href link fix in status page
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoMouz authored Jul 21, 2023
1 parent 7b3bfd3 commit 4dc25c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>我的博客</h2>
<img src="/images/element/statusMonitor.jpg" alt="" />
</span>
<header class="major">
<h3><a href="https://m.mou.best" class="link">状态监视</a></h3>
<h3><a href="https://status.mou.best" class="link">状态监视</a></h3>
<p>部署的服务越来越多, 因此大部分服务都加入了监视器, 你可以在这里查看我的各项服务是否正常以判断是否是自己的网络问题</p>
</header>
</article>
Expand All @@ -87,7 +87,7 @@ <h3><a href="https://m.mou.best" class="link">状态监视</a></h3>
<img src="/images/element/mastodon.png" alt="" />
</span>
<header class="major">
<h3><a href="./images/mastodon.png" class="link">Mastodon</a></h3>
<h3><a href="https://m.mou.best" class="link">Mastodon</a></h3>
<p>Mastodon 是一个分布式的社交媒体网络服务, 欢迎来我的嘟嘟节点玩, 如果你还没体验过它可以来我的节点作为你的第一站哦</p>
</header>
</article>
Expand Down Expand Up @@ -166,4 +166,4 @@ <h3><a href="https://api.mouz.xyz/" class="link">API Center</a></h3>

</body>

</html>
</html>

0 comments on commit 4dc25c3

Please sign in to comment.