Files
chrome-extensions-samples/samples/hello-world/index.html
2014-09-02 18:06:16 +02:00

12 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello World</title>
<link href="styles/main.css" rel="stylesheet">
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>