dev-tools / index.html
soiz1's picture
Update index.html
23443f5 verified
raw
history blame
199 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>
</body>
</html>