Add Embed Support

This commit is contained in:
Mohamad Damaj 2022-12-21 14:00:55 +00:00
parent d66b4ad0ab
commit 79f52c7717
1 changed files with 5 additions and 2 deletions

View File

@ -5,9 +5,12 @@
<title>damaj.gq</title>
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
<meta name="viewport" content="width=device-width, initial-scale=1">
// Embed bloat!!!!
<meta content="Damaj.gq" property="og:title" />
<meta content="My Personnal Website!" property="og:description" />
<meta content="https://damaj.ga" property="og:url" />
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>