-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiz.html
76 lines (75 loc) · 2.99 KB
/
biz.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
69
70
71
72
73
74
75
76
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>BITGOLD Coin Info</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Slab:400,700" rel="stylesheet" type="text/css" />
<link href="common/css/normalize.css" rel="stylesheet" type="text/css" />
<link href="common/css/common.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
WebFontConfig = {
google: { families: ['Open+Sans:400,700:latin', 'Roboto+Slab:400,700:latin'] }
};
(function () {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
</head>
<body>
<!-- Wrap -->
<div id="wrap">
<!-- Header -->
<div id="header_wrap">
<div id="header">
<div id="inb">
<h1>
<a href="bgc.html">
<img src="common/img/bgc_logo.png" alt="logo" />
</a>
</h1>
<!-- 상단메뉴 -->
<div id="nav">
<ul>
<li><a href="bgc.html">What is BGC?</a></li>
<li><a href="http://block.bgc-e.com">Block Explorer</a></li>
<li><a href="http://www.bgc-e.com">Exchange</a></li>
<li class="last"><a href="biz.html" class="active">Biz Model</a></li>
</ul>
</div>
<!-- // 상단메뉴 -->
</div>
</div>
</div>
<!--// Header -->
<!-- Container -->
<div id="container">
<!-- contents -->
<div id="contents">
<div id="biz_view">
</div>
</div>
<!--// contents -->
<div id="footer_wrap">
<!-- Footer -->
<div id="footer">
<!-- Trust by -->
<div class="trust">
<img src="common/img/copyright_logo.png" alt="copyright 로고" />
<p>2015 © <a href="http://coin.bgc-e.com">coin.bgc-e.com</a>. ALL Rights Reserved.</p>
</div>
<!-- // Trust by -->
</div>
<!--// Footer -->
</div>
<!--// Wrap -->
</div>
</div>
</body>
</html>