12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
<html>
|
|
<head><title>VNClagoon redirect</title></head>
|
|
<script type="text/javascript">
|
|
window.location.replace("${REDIRECT_TARGET}");
|
|
</script>
|
|
<body>
|
|
|
|
<center><h1>VNClagoon will</h1></center>
|
|
<hr><center>redirect</center>
|
|
</body>
|
|
</html>
|