-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (31 loc) · 1.15 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">
<title>ANt</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Codeply">
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="BS4/lib/bootstrap.min.css" />
<link href="BS4/lib/animate.css" rel="stylesheet" />
<link rel="stylesheet" href="BS4/lib/ionicons.min.css" />
<link rel="stylesheet" href="BS4/css/styles.css" />
<script src="BS4/lib/d3.js"></script>
<script src="BS4/lib/jquery.js"></script>
<script src="BS4/lib/parallax.min.js"></script>
<script src="lib/spin.min.js"></script>
<style>
@font-face {
font-family: 'Lato', sans-serif;
}
</style>
</head>
<body class="bg-faded">
<div class="parallax-window" data-parallax="scroll" data-image-src="BS4/img/1017417967_933f6f4ec7_o.jpg">
<svg id="svg3" class="center-block"> </svg>
<svg id="svg2" class="center-block"> </svg>
</div>
<script src="bundle3.js"></script>
<script src="bundle2.js"></script>
</body>
</html>