-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (28 loc) · 1.22 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>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IIDN</title>
<meta name="author" content="Dekkia" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="dist/github-fork-ribbon-css-0.2.3/gh-fork-ribbon.css" />
<link rel="stylesheet" href="dist/simple.css-2.2.1/simple.min.css" type="text/css"/>
<link rel="stylesheet" href="css/index.css" type="text/css"/>
</head>
<body>
<h3>Improbable Island Decryption Notepad</h3>
<span id="textInputSpan">
<h4>Encrypted Letter</h4>
<form>
<p class="notice">Please add the encrypted letter into the input-field and press Start.</p>
<textarea id="inputTextField"></textarea>
<button type="button" id="startButton">Start</button>
</form>
</span>
<span id="decryptionBox"></span>
<span id="outputbox"></span>
<a class="github-fork-ribbon" href="https://github.com/RealDekkia/IIDN" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>