discourse/public/422.ko.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
777 B
HTML
Raw Permalink Normal View History

2017-07-20 05:27:02 -04:00
<!DOCTYPE html>
<html>
<head>
2020-09-16 06:17:56 -04:00
<title>변경이 거부되었습니다. (422)</title>
2020-08-11 09:04:00 -04:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>
2020-08-11 09:04:00 -04:00
<body>
<!-- This file lives in public/422.html -->
<div class="dialog">
2020-09-16 06:17:56 -04:00
<h1>변경이 거부되었습니다.</h1>
<p>변경하려는 내용에 대한 접근 권한이 없습니다.</p>
</div>
</body>
</html>