-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="refresh" content="3; url=Designs/UI/index.html">
<!-- Bootstrap core CSS -->
<link href="Designs/UI/css/main.css" rel="stylesheet">
<title>WeConnect</title>
<style>
body{
height: 100%;
padding: 0;
height: 0;
}
.we-connect-image{
margin-top: 30%;
padding-bottom: 30px;
}
.we-connect-gif{
margin-top: 60%;
}
</style>
</head>
<body>
<div class="container">
<div class="row align-items-center">
<div class="col-sm-4">
</div>
<div class="col">
<div class="we-connect-image">
<img src="Designs/UI/images/logo.png" height="100" alt="">
</div>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</body>
</html>