techable.jp Ads.txt file
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techable(テッカブル) - サイト閉鎖のお知らせ</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f8f8f8;
color: #333;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
background: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #294c7a;
}
p {
margin: 10px 0;
}
.contact {
margin-top: 20px;
font-size: 14px;
color: #555;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script type="text/javascript">
setTimeout(() => {
window.location.href = "https://prtimes.co.jp/";
}, 3000);
</script>
</head>
<body>
<div class="container">
<h1>Techable サイト閉鎖のお知らせ</h1>
<p>長らくのご利用、誠にありがとうございました。</p>
<p>当サイトは<span style="font-weight: bold;">2024年12月31日</span>をもちまして閉鎖いたしました。</p>
<p>これまでのご支援に心より感謝申し上げます。</p>
<div class="contact">
<p>株式会社 PR TIMES</p>
</div>
</div>
</body>
</html>