16 lines
373 B
HTML
16 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Redirecting...</title>
|
|
<link rel="icon" type="image/png" href="./image/logo_PNKX.png">
|
|
<script>
|
|
window.location.href = './pages/login.html';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to login...
|
|
</body>
|
|
</html>
|