mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
11 lines
178 B
HTML
11 lines
178 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Title Fetcher</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello, world!</h1>
|
|
<script src="/sidepanel/script.js"></script>
|
|
</body>
|
|
</html>
|