-
Notifications
You must be signed in to change notification settings - Fork 2
/
ComingSoon.html
49 lines (32 loc) · 1.52 KB
/
ComingSoon.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
<!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.0">
<link rel="stylesheet" href="./signup.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>comingsoon</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
</style>
</head>
<body style="font-family: 'Montserrat', sans-serif;">
<div style="text-align: center;">
<div class="banyan" style="text-align: center;display: block;">
<img src="./assets/banyan-white.png" alt="" style="width: 15%;" >
</div>
<h1 style="color: white;">Banyan Tree</h1>
</div>
<br><br>
<div>
<h1 style="color: white;text-align: center; font-size: 50px;">COMING SOON</h1>
<hr style="color: white;width: 50%; height: 3px;background-color: white; border: none;">
</div>
<h3 style="color: white;text-align: center;">This Feature Is Being Refined</h3>
<a href="./index.html">
<box-icon name='arrow-back' color='#fefefe' ></box-icon></a>
</body>
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
<script src="./signup.js" defer></script>
</html>