mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
27 lines
800 B
HTML
27 lines
800 B
HTML
|
<!doctype html>
|
||
|
<html lang="ja">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<link rel="icon" type="image/webp" href="/avatar.webp" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>yude.jp</title>
|
||
|
<meta property="og:title" content="yude のページ">
|
||
|
<meta property="og:type" content="website">
|
||
|
<meta property="og:url" content="https://www.yude.jp/">
|
||
|
<meta property="og:image" content="https://www.yude.jp/avatar.png">
|
||
|
<meta property="og:site_name" content="yude.jp">
|
||
|
<meta property="og:locale" content="ja_JP">
|
||
|
<style>
|
||
|
body {
|
||
|
background-color: rgb(23 23 23);
|
||
|
color: white;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="text-align: center">
|
||
|
<h1>404 Not Found</h1>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|