mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
13 lines
225 B
HTML
13 lines
225 B
HTML
<html>
|
|
<head>
|
|
<script src="b.js"></script>
|
|
<title>Window B</title>
|
|
</head>
|
|
<body>
|
|
<h1>Window B</h1>
|
|
<p>Right click to see the context menu.</p>
|
|
<p>Log:</p>
|
|
<pre id="log"></pre>
|
|
</body>
|
|
</html>
|