Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
aaf
/
authz
/
8206227ce04d26834a0023b4497d6b2ad67e906b
/
.
/
auth
/
sample
/
public
/
iframe_denied_test.html
blob: 613e9c70c14136cb0e3e969cfff7236351517c8c [
file
] [
log
] [
blame
]
Instrumental
12f7f46
2018-04-23 15:43:47 -0500
[
diff
] [
blame
]
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<iframe
src
=
"https://mithrilcsp.sbc.com:8095/gui/home"
>
6
<p>
Your browser does not support iframes.
</p>
7
</iframe>
8
9
</body>
10
</html>