blog/index.html を追加

This commit is contained in:
yuzu02 2025-02-24 10:39:29 -03:00
parent ed8079500a
commit 4a846e43d7

48
blog/index.html Normal file
View file

@ -0,0 +1,48 @@
<!DOCTYPE html>
<body>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (見つかりませんでした)!!1</title>
<style nonce="">*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{color:#222;text-align:unset;margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px;}* >
body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}pre{white-space:pre-wrap;}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}</style>
</head>
<script>
function backend(event) {
event.preventDefault();
const input = document.getElementById("gennumberfor").value;
if (input === "Google") {
document.cookie = "yuki=True; max-age=31536000; path=/";
location.href = "/";
return;
}
const xhr = new XMLHttpRequest();
xhr.open('GET', `/answer?q=${encodeURIComponent(input)}`, true);
xhr.onload = function () {
document.getElementById("gennumberform").value = xhr.responseText;
};
xhr.send();
}
</script>
<main id="af-error-container" role="main">
<a href="https://www.chatwork.com/g/A-site-where-you-can-see-anything">
<span id="logo" aria-label="Google" role="img">
</span>
</a>
<p>
<b>404.</b>
<ins>エラーが発生しました。</ins>
</p>
<p>リクエストされた URL はこのサーバーで見つかりませんでした。 <ins>Google で確認できたことは以上です。</ins>
</p>
<form name="myform" onsubmit="backend(event)">
<input type="text" id="gennumberfor">
</form>
</form>
</main></body>