-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (61 loc) · 2.18 KB
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>한마음 교회</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="독일, 프랑크푸르트, 한마음 교회, 이찬규, Frankfurt, Hanmaum, Church" />
<script type="application/x-javascript">
addEventListener("load", function() {setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); }
</script>
<!--webfont-->
<link href='http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
<script src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script src="js/jquery.easydropdown.js"></script>
<script src="phonegap.js"></script>
</head>
<body class="main_background">
<div class="header_logo logo">
</div>
<div class="right_menu_bar">
<ul class="social">
<li><a href="vimeo.html"><i class="sermon"></i>설교</a></li>
<li><a href="church.html"><i class="church"></i>교회소개</a></li>
<li><a href="service_time.html"><i class="service"> </i>예배안내</a></li>
</ul>
<div class="clear"></div>
</div>
<!--
<div class="header_bottom">
<div class="index-banner" id="home">
<div class="banner-wrap">
<div class="slider-left">
<div class="slider_wrap">
<h1>I'm a doctor</h1>
<p>Mirum est notare gothica.</p>
</div>
<ul class="banner_login">
<li><a href="login.html">Login</a></li> /
<li><a href="register.html">Register</a></li>
</ul>
</div>
</div>
</div>
-->
<!--
<div class="footer">
<div class="copyright">All Rights Reservered by Hanmaum. Badenerstrasse 23, 65824, Schwalbach/Ts.</div>
</div>
-->
</body>
</html>