mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-02 14:29:37 +07:00
15 lines
348 B
HTML
15 lines
348 B
HTML
<!--
|
|
- Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
- Use of this source code is governed by a BSD-style license that can be
|
|
- found in the LICENSE file.
|
|
-->
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<script src="eventpage.js"></script>
|
|
</head>
|
|
<body>
|
|
<iframe id="theFrame" src="sandbox.html"></iframe>
|
|
</body>
|
|
</html>
|