update
This commit is contained in:
parent
6ee182ecea
commit
0d41f2736a
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<link rel="icon" type="image/x-icon" href="icons/red-background/favicon.ico">
|
||||
<!-- HTML Meta Tags -->
|
||||
<title>Your Mycelial Network</title>
|
||||
|
||||
|
@ -10,13 +11,13 @@
|
|||
<meta property="og:url" content="https://myco.systems">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Your Mycelial Network">
|
||||
<meta property="og:image" content="/icons/backgrounds/mural.png">
|
||||
<meta property="og:image" content="icons/backgrounds/mural.png">
|
||||
|
||||
<!-- Twitter Meta Tags -->
|
||||
<meta property="twitter:domain" content="myco.systems">
|
||||
<meta property="twitter:url" content="https://myco.systems">
|
||||
<meta name="twitter:title" content="Your Mycelial Network">
|
||||
<meta name="twitter:image" content="/icons/backgrounds/mural.png">
|
||||
<meta name="twitter:image" content="icons/backgrounds/mural.png">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue