mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
10 lines
115 B
HTML
10 lines
115 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Hello, World!</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello, World!</p>
|
|
</body>
|
|
</html>
|