Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
multiverseweb authored May 20, 2024
1 parent 0ea3dbe commit 6b142d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Text Encryptor/Decryptor</title>
<title>Encryptify</title>
</head>

<body>
<div class="container">
<p>Text Encryptor/Decryptor</p>
<p>Text Encoder/Decoder</p>
<textarea id="inputText" rows="4" placeholder="Enter text to encrypt/decrypt"></textarea>
<div class="buttons">
<button onclick="encryptText()">Encrypt</button>
Expand Down

0 comments on commit 6b142d5

Please sign in to comment.