mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 07:38:58 +01:00
22 lines
538 B
HTML
22 lines
538 B
HTML
<!DOCTYPE html>
|
|
<script src="firstPossibleCall.js"></script>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
</head>
|
|
<body>
|
|
<div id="top">
|
|
<h1>top Test</h1>
|
|
<img class="display" width="100%"><br>
|
|
Hash: <span class="hash"></span>
|
|
<button>refresh</button>
|
|
</div>
|
|
<div id="iframe">
|
|
<h1>iFrame Test. Thanks to DocumentRoot.</h1>
|
|
<img class="display" width="100%"><br>
|
|
Hash: <span class="hash"></span>
|
|
<iframe sandbox="allow-same-origin" style="display:none"></iframe>
|
|
<button>refresh</button>
|
|
</div>
|
|
<script src="test.js"></script>
|
|
</body></html> |