11 lines
252 B
HTML
11 lines
252 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0;url=/recon">
|
|
<title>Redirecting to RECON...</title>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to <a href="/recon">RECON</a>...</p>
|
|
</body>
|
|
</html>
|