diff options
author | Linus Lee <linus@thesephist.com> | 2020-09-24 08:37:50 -0400 |
---|---|---|
committer | Linus Lee <linus@thesephist.com> | 2020-09-24 08:37:50 -0400 |
commit | c82ee71b4d30c7568e9aa4ab764d982e268dca84 (patch) | |
tree | 0b5771544335345c34e4b5c3143d8757640ccee7 /static | |
parent | e8549b783a1188319276b21f47402140b8c52fa1 (diff) | |
download | tabloid-fake-closure-c82ee71b4d30c7568e9aa4ab764d982e268dca84.tar.gz tabloid-fake-closure-c82ee71b4d30c7568e9aa4ab764d982e268dca84.zip |
Add social image
Diffstat (limited to 'static')
-rw-r--r-- | static/css/main.css | 3 | ||||
-rw-r--r-- | static/img/screenshot.jpg | bin | 0 -> 90625 bytes | |||
-rw-r--r-- | static/index.html | 12 |
3 files changed, 14 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index 1a02bca..354106b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -196,7 +196,8 @@ main > h2 { } main > p, -main > ul li { +main > ul li, +footer { line-height: 1.5em; } diff --git a/static/img/screenshot.jpg b/static/img/screenshot.jpg Binary files differnew file mode 100644 index 0000000..e7f694f --- /dev/null +++ b/static/img/screenshot.jpg diff --git a/static/index.html b/static/index.html index c62e1e8..a5235bd 100644 --- a/static/index.html +++ b/static/index.html @@ -7,6 +7,18 @@ <link rel="stylesheet" href="/css/blocks.min.css"> <link rel="stylesheet" href="/css/main.css"> +<!-- fb --> +<meta property="og:url" content="https://tabloid.thesephist.vercel.app" /> +<meta property="og:title" content="Tabloid: the clickbait headline programming language" /> +<meta property="og:description" content="Tabloid is a real, turing complete programming language written in JavaScript, inspired by cilckbait headlines."> +<meta property="og:image" content="https://tabloid.thesephist.vercel.app/img/screenshot.jpg" /> +<!-- tw --> +<meta name="twitter:card" content="summary_large_image"> +<meta name="twitter:creator" content="@thesephist"> +<meta name="twitter:title" content="Tabloid: the clickbait headline programming language"> +<meta name="twitter:description" content="Tabloid is a real, turing complete programming language written in JavaScript, inspired by cilckbait headlines."> +<meta name="twitter:image" content="https://tabloid.thesephist.vercel.app/img/screenshot.jpg" /> + <body> <noscript>Oops, please turn on JavaScript to enjoy Tabloid :)</noscript> <script src="/js/torus.min.js"></script> |