-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·52 lines (36 loc) · 1.35 KB
/
index.html
File metadata and controls
executable file
·52 lines (36 loc) · 1.35 KB
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 lang="en">
<head>
<title>Sparse</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/icons/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel=stylesheet>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel=stylesheet>
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div id="particles-js"></div>
<div class="bg-default size1 flex-w flex-col-c-sb p-l-15 p-r-15 p-t-55 p-b-35 respon1">
<span></span>
<div class="flex-col-c p-t-50 p-b-50">
<h3 class="title txt-center p-b-10">
Sparse
</h3>
<p class="txt-center p-b-60 subtitle">
<!-- We are coming to connect your bussines. -->
</p>
</div>
<span class="s1-txt3 txt-center">
<!-- @ 2022 sparse -->
</span>
</div>
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="./vendor/particlejs/particles.min.js"></script>
<script src="./vendor/particlejs/particles-init.js"></script>
<script src="js/main.js"></script>
</body>
</html>