fleet/server/mdm/android/service/enterpriseCallback.html

19 lines
494 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex, nofollow" />
<meta name="googlebot" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Auto Close</title>
<script>
window.onload = function () {
window.close();
};
</script>
</head>
<body>
<p>If this page does not close automatically, please close it manually.</p>
</body>
</html>