File size: 609 Bytes
4d70170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title></title>
    <style>
      html, body {
        background: white;
      }
    </style>
  </head>
  <body>
    <div id="app"></div>
    <div id="app2"></div>
    <div id="app2bis"></div>
    <div id="app3"></div>
    <div id="delay-app"></div>
    <div id="ghost-app"></div>
    <div id="shadow"></div>
    <iframe src="/target-iframe.html" width="100%"></iframe>
    <!-- <script src="http://localhost:8098"></script> -->
    <script src="target/hook.js"></script>
    <script src="target/target.js"></script>
  </body>
</html>