-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
48 lines (38 loc) · 2.45 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
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cell Finance | DeFi on top of Uniswap</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link type="text/css" rel="stylesheet" href="assets/css/style.css" />
<script src="assets/scripts/script.js" type="text/javascript"></script>
<script src="assets/plugins/extensions.js" type="text/javascript"></script>
<script src="assets/plugins/jquery.min.js" type="text/javascript"></script>
<script src="assets/plugins/web3.min.js" type="text/javascript"></script>
<script src="assets/plugins/base64.min.js" type="text/javascript"></script>
<script src="assets/plugins/script-loader.js" type="text/javascript"></script>
<script src="assets/plugins/jquery.xxspubsub.min.js" type="text/javascript"></script>
<script src="assets/plugins/dfohub.sdk.min.js" type="text/javascript"></script>
<script src="assets/plugins/solidity.utilities.min.js" type="text/javascript"></script>
<script src="assets/plugins/blockies-base64.min.js" type="text/javascript"></script>
<script src="assets/plugins/namehash.min.js" type="text/javascript"></script>
<script src="assets/plugins/ipfs.http.client.min.js" type="text/javascript"></script>
<script src="assets/plugins/rlp.min.js" type="text/javascript"></script>
<script src="assets/plugins/react/babel.min.js" type="text/javascript"></script>
<script src="assets/plugins/react/babel.polyfill.min.js" type="text/javascript"></script>
<script src="assets/plugins/react/react.min.js" type="text/javascript"></script>
<script src="assets/plugins/react/react-dom.min.js" type="text/javascript"></script>
<script src="assets/plugins/react/create-react-class.min.js" type="text/javascript"></script>
<script src="assets/plugins/react/react.module.loader.js" type="text/javascript"></script>
<script src="assets/plugins/react/react.module.manager.js" type="text/javascript"></script>
<script src="assets/plugins/react/jquery.find.react.component.min.js" type="text/javascript"></script>
<script src="spa/boot.js" type="text/javascript"></script>
</head>
<body>
<section class="Intro">
<img class="introLoader" src="assets/img/loaderwow.gif">
<h1>Welcome to the <span><b>Cell Finance</b></span> World</h1>
</section>
</body>
</html>