-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
40 lines (32 loc) · 1.68 KB
/
404.html
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
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 page not found | 프론트앤드 개발자들의 모루! 프랜즈(frends)</title>
<meta name="description" content="프론트앤드 개발자들이 모여서 노는 놀이터이자 작업공간입니다. 기본 바탕은 서로에게 공유하고 그만큼 얻어가자라는 > 취지와 프로그래밍을 통해 창조를 취미로 하는 사람들이 모인 공간입니다.">
<meta name="author" content="frends">
<meta name="keywords" content="javascript,node.js,html5,css3,git,jQuery" />
<meta name="generator" content="haroopress v0.8.4" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le styles -->
<link rel="canonical" href="http://frends.kr">
<link href="/css/haroo.css" rel="stylesheet">
<link href="/css/404.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-64.png">
</head>
<body>
<h1>404 page not found.</h1>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17041304-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>