facilmap/frontend/static/deref.html

13 wiersze
219 B
HTML
Czysty Zwykły widok Historia

2015-02-05 21:43:01 +00:00
<!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>