dashboard-core/theme/dbd-soft-ui/views/guild.ejs

16 lines
352 B
Text
Raw Normal View History

2023-06-19 14:21:58 +05:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-06-22 19:36:52 +05:00
<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>
2023-06-19 14:21:58 +05:00
</head>
<body class="g-sidenav-show bg-gray-100">
</body>
2023-06-22 19:36:52 +05:00
</html>