electron/spec/fixtures/extensions/devtools-extension/foo.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
180 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>foo</title>
<!-- can't be inline, because of CSP -->
<script src="foo.js"></script>
</head>
</html>