Improve Embeds
This commit is contained in:
parent
79f52c7717
commit
b224c85d8c
8
404.html
8
404.html
|
@ -1,10 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>damaj.gq 404!</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="404!" content="Not found!">
|
||||
// Embed bloat!!!!
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="404 not found!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
// Embed bloat!!!!
|
||||
<meta content="Damaj.gq" property="og:title" />
|
||||
<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="https://damaj.gq" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -4,9 +4,12 @@
|
|||
<meta charset="utf-8">
|
||||
<title>damaj.gq</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
<meta name="Contact Info">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
// Embed bloat!!!!
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="Contact Me!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
<body>
|
||||
<center><?php include '/var/www/html/~mohamad/templates/header.php'; ?></center>
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>damaj.gq</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
<meta name="Other Sites!" content="Other sites i host">
|
||||
// Embed bloat!!!!
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="Other Sites i have!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in New Issue