activity-oauth-svr/templates/twitter_redirect.ejs
2023-06-13 10:09:53 +08:00

23 lines
388 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Discord Redirect</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
padding: 20px;
}
.form-label i {
color: green;
}
</style>
</head>
<body>
<script>
(function() {
window.close();
})();
</script>
</body>
</html>