このコミットが含まれているのは:
守矢諏訪子 2022-04-19 23:28:09 +09:00
コミット f795a16b77
4個のファイルの変更23行の追加21行の削除

1
.gitignore vendored ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
links.json

ファイルの表示

@ -1,18 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>076エラー - 未検出</title>
<style>
body { background-color: #232629; color: #fcfcfc; }
a { color: #ea81e8; text-decoration: none; }
</style>
</head>
<body>
<div style="text-align: center;">
<h1>【404】未検出</h1>
<hr />
<p>匿名自営業076のウェブサイト又はサービスです。<br /><a href="https://www.076.moe">https://www.076.moe</a></p>
</div>
</body>
</html>

ファイルの表示

@ -11,7 +11,22 @@
}
}
}
include('404.html');
exit;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>076エラー - 未検出</title>
<style>
body { background-color: #232629; color: #fcfcfc; }
a { color: #ea81e8; text-decoration: none; }
</style>
</head>
<body>
<div style="text-align: center;">
<h1>【404】未検出</h1>
<hr />
<p>匿名自営業076のウェブサイト又はサービスです。<br /><a href="https://www.076.moe">https://www.076.moe</a></p>
</div>
</body>
</html>

4
links.sample.json ノーマルファイル
ファイルの表示

@ -0,0 +1,4 @@
{
"nuqvx": "https://technicalsuwako.moe",
"076": "https://076.moe"
}