File size: 633 Bytes
3fe7ea8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html data-test="test">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <title>Eruda-dom</title>
  </head>
  <body>
    <!-- This is a comment -->
    <div touchstart>Hello world!</div>
    <div>testwordbreaktestwordbreaktestwordbreaktestwordbreaktestwordbreaktestwordbreak</div>
    <script src="node_modules/eruda/eruda.js"></script>
    <script>eruda.init({tool: ['elements']});</script>
    <script src="assets/eruda-dom.js"></script>
    <script>eruda.add(erudaDom).show('dom').show();</script>
  </body>
</html>