EOS/Scripts/out/modules/index.html
Nidhi Bhargava f0c1ab20e1 code push
2025-09-04 16:25:07 +05:30

11 lines
216 B
HTML

<!doctype html>
<html>
<head>
<title>Redirector</title>
<meta http-equiv="refresh" content="0;url=../">
</head>
<body>
<a href="../">Click here to redirect</a>
</body>
</html>