dev-tools / index.html
soiz1's picture
Update index.html
85333b1 verified
raw
history blame contribute delete
220 Bytes
<!-- 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>