-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (39 loc) · 1.86 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./css/font-awesome.min.css">
<script src="./js/jquery-2.1.0.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/blocs.js"></script>
<title>Home</title>
<!-- Google Analytics -->
<!-- Google Analytics END -->
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- bloc-0 -->
<div class="bloc bgc-white l-bloc " id="bloc-0">
<div class="container bloc-lg">
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<img class="img-responsive" src="http://ou98qciil.bkt.clouddn.com/ui/png/page_1.png?imageMogr2/thumbnail/!50p" /><img class="img-responsive" src="http://ou98qciil.bkt.clouddn.com/ui/gif/page_1.gif?imageMogr2/thumbnail/!50p" /><img class="img-responsive" src="http://ou98qciil.bkt.clouddn.com/ui/png/page_2.png?imageMogr2/thumbnail/!50p" /><img src="img/placeholder-image.png" class="center-block" width="0" /><img class="img-responsive" src="http://ou98qciil.bkt.clouddn.com/ui/apng/page_1.png" /><img class="img-responsive" src="http://ou98qciil.bkt.clouddn.com/ui/apng/page_2.png" /><img class="img-responsive" src="http://ou98qciil.bkt.clouddn.com/ui/png/page_3.png?imageMogr2/thumbnail/!50p" />
</div>
</div>
</div>
</div>
<!-- bloc-0 END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')"><span class="fa fa-chevron-up"></span></a>
<!-- ScrollToTop Button END-->
</div>
<!-- Main container END -->
</body>
</html>