mirror of
https://github.com/RGBCube/GCCPreprocessHTML
synced 2025-05-14 04:54:58 +00:00
11 lines
422 B
HTML
11 lines
422 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>My Site</title>
|
|
<meta content="Embed Title" property="og:title"/>
|
|
<meta content="Site Description" property="og:description"/>
|
|
<meta content="https://embed.com/this-is-the-site-url" property="og:url"/>
|
|
<meta content="https://embed.com/embedimage.png" property="og:image"/>
|
|
<meta content="#43B581" data-react-helmet="true" name="theme-color"/>
|
|
</head>
|
|
</html>
|