diff options
| author | n1c00o <n@nc0.fr> | 2023-02-07 19:12:44 +0100 |
|---|---|---|
| committer | n1c00o <n@nc0.fr> | 2023-02-07 19:12:44 +0100 |
| commit | 8b20186dae6662833b8020fdfe834d0978ba248b (patch) | |
| tree | b280f3d5eb71888346907f6e26a910b637aeb9ca | |
| parent | 3f4938269d1f39c9e622a4f97cb5f59534b00b4c (diff) | |
Add OpenGraph and Twitter Cards
| -rw-r--r-- | website/src/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/website/src/index.html b/website/src/index.html index 36c1b9a..ab15699 100644 --- a/website/src/index.html +++ b/website/src/index.html @@ -8,6 +8,19 @@ <link rel="apple-touch-icon" sizes="180x180" href="https://clawflake.nc0.fr/assets/img/crab.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://clawflake.nc0.fr/assets/img/crab.png"> <title>Clawflake | Distributed ID Generator</title> + <!-- OpenGraph --> + <meta property="og:title" content="Clawflake"/> + <meta property="og:type" content="website" /> + <meta property="og:description" content="Clawflake is a distributed ID generator system." /> + <meta property="og:determiner" content="" /> + <meta property="og:site_name" content="nc0" /> + <meta property="og:locale" content="en_US" /> + <!-- Twitter Cards --> + <meta name="twitter:card" content="summary"> + <meta name="twitter:site" content="n1c00o"> + <meta name="twitter:title" content="Clawflake"> + <meta name="twitter:description" content="Clawflake is a distributed ID generator system."> + <!-- Hypermedia --> <link rel="stylesheet" href="assets/css/pico.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/github-dark.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script> |
