-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
34 lines (33 loc) · 1.31 KB
/
home.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
<!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="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Martel:wght@600&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap" rel="stylesheet">
<title>WeMeet</title>
</head>
<body>
<div class="row">
<div class="center">
<img src="https://cpb-us-w2.wpmucdn.com/sites.udel.edu/dist/b/344/files/2020/04/video-conferencing-illustration.jpg" alt="Image">
<h2 class="main">Best in class experience for you here.</h2>
<div class="qw">
<h2 >Precisely engineered service to provide everyone the features of audio visual meeting along with one to one messaging facility.
Keeping you securely connected wherever you are.
</h2>
</div>
</div>
<div class="center">
<h1>Now no one is far. Connecting all.</h1>
<button>Join Meeting</button>
<button>Host Meeting</button>
</div>
</div>
</body>
</html>