mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-03 14:39:37 +07:00
7 lines
93 B
HTML
7 lines
93 B
HTML
<html>
|
|
<body>
|
|
<pre id="log"></pre>
|
|
</body>
|
|
<script src="main.js"></script>
|
|
</html>
|