gecko-dev/toolkit/modules/tests/browser/metadata_titles.html

12 строки
230 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test Titles</title>
<meta property="description" content="A very simple test page" />
<meta property="og:title" content="Title" />
</head>
<body>
Llama.
</body>
</html>