11 lines
151 B
HTML
11 lines
151 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Redirecting</title>
|
||
|
<script>
|
||
|
window.location.replace("latest");
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|