html terminal
embed
| -rw-r--r-- | html-src/index.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/html-src/index.html b/html-src/index.html index 3a3b67a..47f1a11 100644 --- a/html-src/index.html +++ b/html-src/index.html @@ -2,10 +2,16 @@ <html lang="en"> <head> - <meta charset="UTF-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="icon" href="favicon.ico"> + <meta charset="UTF-8"/> + <meta http-equiv="X-UA-Compatible" content="IE=edge"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <link rel="icon" href="favicon.ico"/> + <meta content="Apricot Alliance" property="og:title"/> + <meta content="The greatest in mindustry" property="og:description"/> + <meta content="http://apricotalliance.org" property="og:url"/> + <meta content="http://apricotalliance.org/view" property="og:image"/> + <meta content="#AB00A8" data-react-helmet="true" name="theme-color"/> + <meta content="summary_large_image" name="twitter:card"/> <style> body { background-image: url("plaguess.png"); |