electron/spec-main/fixtures/devtools-extensions/foo/index.html

12 lines
185 B
HTML
Raw Normal View History

2016-05-17 21:52:45 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="panel.js"></script>
2016-05-17 21:52:45 +00:00
</head>
<body>
a custom devtools extension
</body>
</html>