mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-04 14:49:44 +07:00
12 lines
176 B
HTML
12 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link href="/styles/webview.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<webview autosize="on"></webview>
|
|
</body>
|
|
</html>
|
|
|