Spaces:
Building
Building
File size: 230 Bytes
f4e1cfc |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!-- templates/error.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>에러 페이지</title>
</head>
<body>
<h1>에러가 발생했습니다.</h1>
<p>{{ error }}</p>
</body>
</html>
|