mirror of
				https://github.com/yude-jp/yude.jp
				synced 2025-11-03 05:08:35 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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> |