blob: 2b7c845a5c9666e318b273699b5fe7299915924b [file] [log] [blame]
<html>
<head>
</head>
<body>
<div style="text-align: center;margin:10em;">
<h3 id="the_string"> Nothing to echo </h3>
</div>
<script>
var h = document.getElementById('the_string');
h.innerText = decodeURIComponent(document.location.search.substring(1));
</script>
</body>
</html>