-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
47 lines (43 loc) · 1.78 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
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="homepage.css">
<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=Edu+AU+VIC+WA+NT+Dots:wght@400..700&family=Gowun+Batang:wght@400;700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet">
<title>Document</title>
</head>
<body>
<nav id="top" class="navbar">
<div class="navdiv">
<div class="logo">
<a href="#">P2P</a>
</div>
<ul class="nav-links">
<li><a href="#top">HOME</a></li>
<li><a href="#text">ABOUT US</a></li>
<li><a href="lobby.html">VIDEO</a></li>
<li><a href="/.html">CHAT</a></li>
<li><a href="extension.html">EXTENSION</a></li>
<!-- <button><a href="/login.html">Signup</a></button>
<button><a href="/login.html">Login</a></button> -->
</ul>
</div>
</nav>
<div id="cont">
<img src="icons/final.png" class="p2p-logo">
</div>
<div class="conatiner-vc">Secure video call</div>
<div class="conatiner-about">
Our platform enables secure peer-to-peer calling, ensuring that only authorized users can join the call. If any
unauthorized third party tries to join, the system automatically blocks them.
</div>
<div class="button-video">
<button><a href="lobby.html">JOIN ROOM</a></button>
</div>
</body>
</html>