0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 20:20:09 +09:00
yude.jp/docs/index.html

38 lines
1.1 KiB
HTML
Raw Normal View History

2021-02-05 16:22:07 +09:00
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
2021-02-05 16:41:42 +09:00
<link rel="canonical" href="https://yude.jp">
<title>yude.jp</title>
2021-02-05 16:22:07 +09:00
<style>
2021-02-05 16:41:42 +09:00
body{text-align: center}
2021-02-05 16:22:07 +09:00
</style>
</head>
<body>
<picture>
<source type="image/webp" srcset="assets/images/avatar.webp" style="width:200px; border-radius: 50%"
class="load">
<img alt="Profile Pic" src="assets/images/avatar.png" style="width:200px; border-radius: 50%" class="load">
</picture>
2021-02-05 16:41:42 +09:00
<h1>yude.jp</h1>
<p>This page is under the construction.</p>
<p>For now, please visit <a class="darkmode-ignore" href="https://yude.moe">yude.moe</a>. Thank you.</p>
2021-02-05 16:22:07 +09:00
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
<script>
function addDarkmodeWidget() {
const options = {
label: '🌓'
}
const darkmode = new Darkmode(options);
darkmode.showWidget();
}
window.addEventListener('load', addDarkmodeWidget);
</script>
</body>
</html>