15 lines
388 B
HTML
15 lines
388 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv = "refresh" content = "0; url = https://vera.hydev.org/#info" />
|
|
</head>
|
|
<body>
|
|
Redirecting to (<a href="https://vera.hydev.org/#info">https://vera.hydev.org/#info</a>)...
|
|
<script>
|
|
window.location.href = 'https://vera.hydev.org/#info';
|
|
</script>
|
|
</body>
|
|
</html>
|