Skip to content

Commit 410c0db

Browse files
committed
Changed name to EncrypterDecrypterApp
1 parent c27cdf7 commit 410c0db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CodeCipher/M3hank/index.html EncrypterDecrypterApp/M3hank/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Encoder & Decoder</title>
7+
<title>EncrypterDecrypterApp</title>
88
<link rel="stylesheet" href="styles.css">
99
</head>
1010

1111
<body>
1212
<div class="container">
13-
<h2>CodeCipher</h2>
13+
<h2>EncrypterDecrypterApp</h2>
1414
<textarea id="input" placeholder="Enter your text here..."></textarea>
1515

1616
<div class="buttons">

CodeCipher/M3hank/scripts.js EncrypterDecrypterApp/M3hank/scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Encoder & Decoder Script
2+
* EncrypterDecrypterApp Script
33
* Author: M3hank
44
*/
55

CodeCipher/M3hank/styles.css EncrypterDecrypterApp/M3hank/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Encoder & Decoder Styles
2+
* EncrypterDecrypterApp
33
* Author: M3hank
44
*/
55

0 commit comments

Comments
 (0)