-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (41 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Loading Page</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="login_top">
<header><h1 class="ng-binding">Welcome to Ripple Trade, a global value exchange</h1></header>
</div>
<div class="login_placeholder">
<img src="assets/img/placeholder.jpg">
</div>
<div class="footer_placeholder">
<img src="assets/img/footerPlaceholder.jpg">
</div>
<div class="cover-container">
<div class="inner cover">
<h1 class="initial"><img class="animated fadeInUpBig" src="assets/img/main.png"></h1>
<h1 class="loading"><img class="throbber" src="assets/img/main.png"></h1>
<h1 class="loaded"><img class="animated2 fadeOutUpBig" src="assets/img/main.png"></h1>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>