14 lines
367 B
HTML
14 lines
367 B
HTML
<!DOCTYPE html>
|
|
<html lang="id">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0;url=index.php">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WebGIS Peduli</title>
|
|
</head>
|
|
<body>
|
|
<script>window.location.replace('index.php');</script>
|
|
<p>Mengalihkan ke halaman sistem...</p>
|
|
</body>
|
|
</html>
|