2015-03-25 19:26:22 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2016-06-06 15:56:19 +02:00
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
|
|
|
|
<title>Decode? Encode? DENcode!</title>
|
2015-03-25 19:26:22 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2016-06-06 15:56:19 +02: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>
|
2016-08-15 17:12:11 +02:00
|
|
|
<den-app>
|
2017-03-14 17:35:36 +01:00
|
|
|
<div class="apploader">Please hold on, we're starting the turbines ...</div>
|
2016-08-15 17:12:11 +02:00
|
|
|
</den-app>
|
2015-03-25 19:26:22 +01:00
|
|
|
</body>
|
2016-06-06 15:56:19 +02:00
|
|
|
</html>
|