mirror of
https://github.com/AgentDeskAI/browser-tools-mcp.git
synced 2025-07-30 20:39:12 +00:00
12 lines
210 B
HTML
12 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>DevTools Logs</title>
|
|
</head>
|
|
<body>
|
|
<!-- DevTools extension script -->
|
|
<script src="devtools.js"></script>
|
|
</body>
|
|
</html>
|