forked from anveshmuppeda/project_delta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>Project Delta</title>
<link rel="stylesheet" href="./css/home_style.css">
</head>
<body>
<div class="main">
<div class="navbar">
<div class="icon">
<h2 class="logo">ProjectDelta</h2>
<div class="menu">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="./html/passwordGenerator.html" target="_blank">PASSWORD GENERATOR</a></li>
<li><a href="./html/passwordStrengthChecker.html" target="_blank">PASSWORD STRENGTH CHECKER</a></li>
<li><a href="./html/encoding.html" target="_blank">ENCODING & DECODING</a></li>
<li><a href="./html/about.html" target="_blank">ABOUT</a></li>
</ul>
</div>
<div class="content">
<h1>PROJECT DELTA <br><span>&</span> <br>OUR VISION</h1>
<p class="par"><br>Cybersecurity problems continue to plague our society even today. <br>Project delta aims to be the one stop solution to all your cybersecurity problems,
<br> Browse through our services and get to know
more about us.</p>
<h2><br><br><br><br>The more systems we secure, the more secure we all are.</h2>
</div>
<div class="form">
<h2>LOGIN</h2>
<input type="email" name="email" placeholder="Enter Email Here">
<input type="password" name="" placeholder="Enter Password Here">
<button class="btnn"><a href="#">SUBMIT</a></button><br>
<p class="link">Don't have an account<br>
<a href="#">Sign up </a> here</a></p>
</div>
</div>
</div>
</div>
</body>
</html>