dashboard-core/theme/dbd-soft-ui/views/guild.ejs
Jonny_Bro (Nikita) 849a93887a
2023-06-22 19:36:52 +05:00

16 lines
No EOL
352 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.onload = function () {
if(window.location.search.startsWith("?redirect=")) window.opener.location = window.location.replace("?redirect=", "");
else window.location.href = `settings/<%= req.params.id %>`;
}
</script>
</head>
<body class="g-sidenav-show bg-gray-100">
</body>
</html>