mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
13 lines
427 B
HTML
13 lines
427 B
HTML
<!DOCTYPE html>
|
|
<html class="trim full">
|
|
<head>
|
|
<title>Correct injection</title>
|
|
<link rel="stylesheet" href="app.css">
|
|
<script type="text/javascript" src="more_dragons.js"></script>
|
|
<script type="text/javascript" src="correct_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>
|