-
Notifications
You must be signed in to change notification settings - Fork 1
/
launchpage.html
33 lines (32 loc) · 1.58 KB
/
launchpage.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
<!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">
<title>Closet.io</title>
<link rel = "stylesheet" href = "launchpage.css">
<link rel = "icon" href="images/logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div class="containers">
<div class="content">
<div class="head">Welcome to <span class ="hn"><span class ="as">Closet.io</span></span> !</div>
<div class="dsbrd">
<img src="images/vecteezy_woman-standing-at-open-wardrobe-choose-dresses_13699203 [Converted].png" class="lc">
<div class="headtg">Your closet in the cloud: Always stylish, Always organized</div>
<div class="lk">
<a href="login.html" ><span class ="hn"><span class ="as">Login</span></a>
<a href="index.html" ><span class ="hn"><span class ="as">Signup</span></a>
</div>
<div class="lk1">
<a href="dashboard.html" ><span class ="hn"><span class ="as">Explore as Guest</span></a>
</div>
</div>
</div>
</div>
</body>
</html>