facilmap/frontend/public/static/deref.html

13 wiersze
219 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script>
var url = decodeURIComponent(location.search.replace(/^\?/, ""));
if(url)
location.replace(url);
</script>
</body>
</html>