18 lines
253 B
HTML
18 lines
253 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8"></meta>
|
|
<title>OpenVidu Demo Java MVC Secure</title>
|
|
</head>
|
|
|
|
<body>Leaving session...
|
|
</body>
|
|
|
|
<script src="OpenVidu.js"></script>
|
|
|
|
<script>
|
|
window.location.href = '/dashboard';
|
|
</script>
|
|
|
|
</html> |