17 lines
475 B
Plaintext
17 lines
475 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="ja">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/css/errors.css">
|
|
</head>
|
|
<%- include("../partials/head") %>
|
|
<body>
|
|
<div class="error-container">
|
|
<h1>400</h1>
|
|
<p>送信されたリクエストに問題がありました。</p>
|
|
<a href="/" class="home-link">トップページへ戻る</a>
|
|
</div>
|
|
</body>
|
|
</html>
|