mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
12 lines
357 B
HTML
Executable File
12 lines
357 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>This is the HTML title</title>
|
|
<meta property="og:title" content="This is the og:title"/>
|
|
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
|
|
</head>
|
|
<body>
|
|
<h3>Test of HTML title vs og:title in bookmarks</h3>
|
|
<p>Add page as bookmark and look at the title generated.</p>
|
|
|
|
</body>
|
|
</html> |