-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
37 lines (36 loc) · 972 Bytes
/
404.html
File metadata and controls
37 lines (36 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8;"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="robots" content="all" />
<meta name="robots" content="index,follow"/>
<style>
.left-box {
float: left;
width: 65%;
}
</style>
</head>
<body style="padding:5%;">
<div class='left-box'>
<h1>
Oops !
</h1>
<h3>
죄송합니다.현재 찾을 수 없는 페이지를 요청 하였습니다.</br>
존재하지 않는 주소를 입력하셨거나,</br>
요청하신 페이지의 주소가 변경, 삭제되어 찾을 수 없습니다.</br>
</br>
We can't seem to find the page you're looking for.
</h3>
<h2>
Eroor Code : 404
</h2>
<h2>
<a href="https://gwonsungjun.github.io/">home</a></br>
<a href="mailto:sungjunpizz@gmail">Mail</a></br>
</h2>
</div>
</body>
</html>