Setup Next.js
@@ -1 +0,0 @@
|
||||
yude.moe
|
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 241 KiB |
Before Width: | Height: | Size: 340 KiB |
Before Width: | Height: | Size: 36 KiB |
BIN
docs/banner.png
Before Width: | Height: | Size: 6.0 KiB |
@@ -1,38 +0,0 @@
|
||||
<!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">
|
||||
<link rel="canonical" href="https://yude.jp">
|
||||
<title>yude.jp</title>
|
||||
<style>
|
||||
body{text-align: center}
|
||||
</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>
|
||||
<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>
|
||||
<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>
|