Files
DzzOffice/dzz/connect/template/oauth.htm
2022-11-02 23:21:46 +08:00

15 lines
251 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>authorize</title>
<script type="text/javascript">
window.location.href = '{BASESCRIPT}?mod=connect';
</script>
</head>
<body>
</body>
</html>