File tree 3 files changed +4
-4
lines changed
EncrypterDecrypterApp/M3hank
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
< head >
5
5
< meta charset ="UTF-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < title > Encoder & Decoder </ title >
7
+ < title > EncrypterDecrypterApp </ title >
8
8
< link rel ="stylesheet " href ="styles.css ">
9
9
</ head >
10
10
11
11
< body >
12
12
< div class ="container ">
13
- < h2 > CodeCipher </ h2 >
13
+ < h2 > EncrypterDecrypterApp </ h2 >
14
14
< textarea id ="input " placeholder ="Enter your text here... "> </ textarea >
15
15
16
16
< div class ="buttons ">
Original file line number Diff line number Diff line change 1
1
/**
2
- * Encoder & Decoder Script
2
+ * EncrypterDecrypterApp Script
3
3
* Author: M3hank
4
4
*/
5
5
Original file line number Diff line number Diff line change 1
1
/*
2
- * Encoder & Decoder Styles
2
+ * EncrypterDecrypterApp
3
3
* Author: M3hank
4
4
*/
5
5
You can’t perform that action at this time.
0 commit comments