-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.49 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
<!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>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<h1>Text <span> <img src="./arrow.png" alt="">Emoji</span> </h1>
<div id="endec-div">
<h3 id="enc-btn"><span><img src="./tala.png" alt="">Encrypt Text</span></h3>
<h3 id="dec-btn"><span><img src="./khulatala.png" alt="">Decrypt Text</span></h3>
</div>
<div id="decryption">
<h5>1. Paste encrypted emojis</h5>
<textarea palceholder="Haan yahipar likhna hai" name="" id="txtmssg" cols="30" rows="10"></textarea>
<h5>2. Type the password</h5>
<input type="password" name="" id="password">
<button id="encrypt-btn"><span><img src="./tala.png" alt=""></span>Encrypt text</button>
</div>
<div id="encryption">
<h5>1. Paste encrypted emojis</h5>
<textarea palceholder="Haan yahipar likhna hai" name="" id="txtmssg" cols="30" rows="10"></textarea>
<h5>2. Type the password</h5>
<input type="password" name="" id="finalpassword">
<button id="decrypt-btn"><span><img src="./khulatala.png" alt=""></span>Decrypt Emoji</button>
</div>
</div>
</body>
</html>