Files
chrome-extensions-samples/examples/hello-world/hello.html
2021-02-18 17:43:05 -08:00

10 lines
115 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello, World!</title>
</head>
<body>
<p>Hello, World!</p>
</body>
</html>