diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-23 15:43:47 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-23 15:44:51 -0500 |
commit | 12f7f46efd897a01ebe7894d0f26f95a6c8e2672 (patch) | |
tree | 5aef7b8c1e6960c936f11126b0575d6bb86d8f4f /auth/sample/public/iframe_denied_test.html | |
parent | 0d04b7513ab8f5c3bd9967fad9772688113fe437 (diff) |
Add sample AAF Setup Demoing
Issue-ID: AAF-256
Change-Id: I1d21238c48cee5fa64184bf014d9cde975d51583
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/sample/public/iframe_denied_test.html')
-rw-r--r-- | auth/sample/public/iframe_denied_test.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/auth/sample/public/iframe_denied_test.html b/auth/sample/public/iframe_denied_test.html new file mode 100644 index 00000000..613e9c70 --- /dev/null +++ b/auth/sample/public/iframe_denied_test.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + +<iframe src="https://mithrilcsp.sbc.com:8095/gui/home"> + <p>Your browser does not support iframes.</p> +</iframe> + +</body> +</html> |