diff options
-rw-r--r-- | assets/cepheide_144x144.png | bin | 0 -> 3985 bytes | |||
-rw-r--r-- | head.html | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/assets/cepheide_144x144.png b/assets/cepheide_144x144.png Binary files differnew file mode 100644 index 0000000..c6995fe --- /dev/null +++ b/assets/cepheide_144x144.png diff --git a/head.html b/head.html new file mode 100644 index 0000000..3bd281a --- /dev/null +++ b/head.html @@ -0,0 +1,13 @@ + +<meta name="twitter:card" content="summary" /> +<meta name="twitter:url" content="https://code.cepheide.org/" /> +<meta name="twitter:title" content="Cepheide.org's Free Software Code Repository" /> +<meta name="twitter:image" content="https://code.cepheide.org/assets/cepheide_144x144.png" /> +<meta name="twitter:description" content="Code is politics. When in doubt, fork it!" /> + +<meta property="og:site_name" content="code.cepheide.org" /> +<meta property="og:ignore_canonical" content="true" /> +<meta property="og:url" content="https://code.cepheide.org/" /> +<meta property="og:title" content="Cepheide.org's Free Software Code Repository" /> +<meta property="og:image" content="https://code.cepheide.org/assets/cepheide_144x144.png" /> +<meta property="og:description" content="Code is politics. When in doubt, fork it!" /> |