mirror of
https://github.com/electron/electron.git
synced 2026-01-24 14:57:58 -05:00
11 lines
195 B
HTML
11 lines
195 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>foo</title>
|
|
<script>
|
|
chrome.devtools.panels.create('Foo', 'foo.png', 'index.html')
|
|
</script>
|
|
</head>
|
|
</html>
|