summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html12
1 files changed, 12 insertions, 0 deletions
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>