-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpj2.html
32 lines (30 loc) · 1.52 KB
/
pj2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hype.pass</title>
<link rel="stylesheet" href="styleP.css">
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html">
<img src="./assets/cute_flame.jpeg" alt="">
</a>
<h1>hype.pass</h1>
</div>
<div class="img">
<img src="./assets/hypepass/hp1.png" >
<img src="./assets/hypepass/hp2.png" >
<img src="./assets/hypepass/hp3.png" >
<img src="./assets/hypepass/hp4.png" >
</div>
<div class="desc">
hype.pass is your trusted companion for managing sensitive information like passwords and card details. Designed with your privacy in mind, it securely encrypts all your data locally on your device, ensuring that your information never leaves your hands. Hype.Pass operates completely offline, eliminating the need for internet permissions, and adds an extra layer of security by allowing access only through biometrics or a unique app-specific PIN. With a sleek and intuitive interface, Hype.Pass makes it effortless to organize, retrieve, and manage your data while maintaining the highest standard of security and user control.</div>
<div class="githublink">
<a href="https://github.com/Aryan9059/hype.pass" target="_blank">Visit the GitHub Repository</a>
</div>
</div>
</body>
</html>