-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
48 lines (40 loc) · 2.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Codeitemp">
<meta property="og:description" content="free and open source encrypter and decrypter">
<meta property="og:image" content="https://suryakanti003.github.io/Coditemp/codeitemp.svg">
<meta property="og:image:secure_url" content="https://suryakanti003.github.io/Coditemp/codeitemp.svg" />
<meta property="og:image:type" content="image/svg+xml" />
<meta property="og:image:width" content="512" />
<meta name="description" content="codeitemp free and open source encrypter and decrypter">
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="loge of codeitemp" />
<meta property="og:url" content="https://suryakanti003.github.io/Coditemp">
<meta name="twitter:title" content="coditemp">
<meta name="twitter:description" content="coditemp free and open source encrypter and decrypter">
<meta name="twitter:image" content="https://suryakanti003.github.io/Coditemp/codeitemp.svg">
<meta name="twitter:card" content="summary_large_image">
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="https://suryakanti003.github.io/Coditemp/codeitemp.svg">
<link rel="apple-touch-icon-precomposed" sizes="192x192" href="codeitemp2.png" />
<meta charset="utf-8"/>
<title>Coditmp free and open source encrypter and decrypter</title>
<link rel="stylesheet" href="https://suryakanti003.github.io/Coditemp/style.css">
</head>
<body>
<h1></h1>
<button class="add-button" style="position: fixed;right: 0%;top: 0%; z-index:100 ; ">install</button>
<input onchange="changed()" required minlength="6" placeholder="encryption key" type="number" min="10101"size="6" maxlength="6" max="99999" id="encoding" required>
<textarea type="text" id="inptext" placeholder="text to encode"></textarea><br>
<button onclick="encodet()" ondblclick="copyen()" id="button">encode</button><br>
<textarea id="out" placeholder="output" readonly></textarea>
<span id="suggest"></span>
<br><br><br><br><br><br>
<textarea type="text" id="inptext2" placeholder="text to decode"></textarea><br>
<button onclick="decodet()" ondblclick="copyde()" id="button2">decode</button><br>
<textarea readonly id="out2" placeholder="output"></textarea>
<script src="script.js" defer></script>
</body>
</html>