Files
chrome-extensions-samples/apps/samples/webview-samples/shared-script/incorrect_injection.html
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

13 lines
431 B
HTML

<!DOCTYPE html>
<html class="trim full">
<head>
<title>Incorrect injection</title>
<link rel="stylesheet" href="app.css">
<script type="text/javascript" src="more_dragons.js"></script>
<script type="text/javascript" src="incorrect_injection.js"></script>
</head>
<body class="trim full">
<webview class="trim full" src="http://foam-framework.github.io/foam/demos/Dragon.html"></webview>
</body>
</html>