<!-- index.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> |
<!-- index.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> |