Add link to server status

This commit is contained in:
yude 2020-08-26 19:58:14 +09:00
parent cd8d77824f
commit 7e16ab7095
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 7 additions and 5 deletions

View File

@ -5,14 +5,13 @@
<meta charset="utf-8">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet"
media="print" onload="this.media='all'">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP" rel="stylesheet" media="print" onload="this.media='all'">
<title>yude.moe</title>
<style>
body {
text-align: center;
font-family: 'Roboto Mono', monospace;
font-family: 'Noto Sans JP', monospace;
}
@media (prefers-color-scheme: dark) {
@ -126,8 +125,11 @@
<img src="assets/images/avatar.png" style="width:200px; border-radius: 50%" class="load">
</picture>
<h1>yude.moe</h1>
<p><a href="../about">yude's profile</a></p>
<p><a href="https://blog.yude.moe">yude's blog</a></p>
<p>Contents</p>
<p><a href="../about">yude のプロフィール</a></p>
<p><a href="https://blog.yude.moe">yude のブログ</a></p>
<p>Services</p>
<p><a href="../server">サーバー情報</a></p>
<iframe class="discord" src="https://discordapp.com/widget?id=550309736214691840&theme=dark"
allowtransparency="true" frameborder="0"></iframe>
</body>