23443f5 5eaecec 23443f5 85333b1 23443f5
1
2
3
4
5
6
7
8
9
10
11
12
<!-- index.html --> <!DOCTYPE html> <html> <head> <title>DevTools Replica</title> <script src="dev-tools.js"></script> </head> <body> <h1>My Website</h1> <p>Sample content</p><script>a();</script> </body> </html>