Add link to server status
This commit is contained in:
parent
cd8d77824f
commit
7e16ab7095
12
index.html
12
index.html
@ -5,14 +5,13 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<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"
|
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP" rel="stylesheet" media="print" onload="this.media='all'">
|
||||||
media="print" onload="this.media='all'">
|
|
||||||
|
|
||||||
<title>yude.moe</title>
|
<title>yude.moe</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'Roboto Mono', monospace;
|
font-family: 'Noto Sans JP', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
@ -126,8 +125,11 @@
|
|||||||
<img src="assets/images/avatar.png" style="width:200px; border-radius: 50%" class="load">
|
<img src="assets/images/avatar.png" style="width:200px; border-radius: 50%" class="load">
|
||||||
</picture>
|
</picture>
|
||||||
<h1>yude.moe</h1>
|
<h1>yude.moe</h1>
|
||||||
<p><a href="../about">yude's profile</a></p>
|
<p>Contents</p>
|
||||||
<p><a href="https://blog.yude.moe">yude's blog</a></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"
|
<iframe class="discord" src="https://discordapp.com/widget?id=550309736214691840&theme=dark"
|
||||||
allowtransparency="true" frameborder="0"></iframe>
|
allowtransparency="true" frameborder="0"></iframe>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user