summaryrefslogtreecommitdiffstats
path: root/auth/sample/public/iframe_denied_test.html
blob: 613e9c70c14136cb0e3e969cfff7236351517c8c (plain)
1
2
3
4
5
6
7
8
9
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>