2015-03-25 19:26:22 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2015-03-26 17:26:17 +01:00
|
|
|
<meta charset="UTF-8" />
|
2015-03-29 00:21:51 +01:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
|
2015-03-28 00:30:45 +01:00
|
|
|
<title>Decode? Encode? DENcode!</title>
|
2015-03-26 17:26:17 +01:00
|
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
|
2015-03-26 23:33:58 +01:00
|
|
|
<script type="text/javascript" src="utf8.js"></script>
|
|
|
|
<script type="text/javascript" src="quoted-printable.js"></script>
|
2015-03-26 18:47:53 +01:00
|
|
|
<script type="text/javascript" src="dencode.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="dencode.css" />
|
2015-03-25 19:26:22 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-03-28 00:30:45 +01:00
|
|
|
<h1>Decode? Encode? DENcode!</h1>
|
|
|
|
<noscript>This webpage lets you decode and encode data and text to and from various formats. But
|
|
|
|
it requires you to <strong>enable Javascript</strong> to do so. So please turn it on in your
|
|
|
|
Browser. You won't regret it!</noscript>
|
2015-03-25 19:26:22 +01:00
|
|
|
</body>
|
|
|
|
</html>
|