Add social image
This commit is contained in:
parent
e8549b783a
commit
c82ee71b4d
@ -1,2 +1,5 @@
|
|||||||
# tabloid
|
# The Tabloid Programming Language
|
||||||
A minimal programming language inspired by clickbait headlines
|
|
||||||
|
A minimal programming language ~inspired~ **supercharged** by clickbait headlines.
|
||||||
|
|
||||||
|
|
||||||
|
@ -196,7 +196,8 @@ main > h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main > p,
|
main > p,
|
||||||
main > ul li {
|
main > ul li,
|
||||||
|
footer {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
static/img/screenshot.jpg
Normal file
BIN
static/img/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
@ -7,6 +7,18 @@
|
|||||||
<link rel="stylesheet" href="/css/blocks.min.css">
|
<link rel="stylesheet" href="/css/blocks.min.css">
|
||||||
<link rel="stylesheet" href="/css/main.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>
|
<body>
|
||||||
<noscript>Oops, please turn on JavaScript to enjoy Tabloid :)</noscript>
|
<noscript>Oops, please turn on JavaScript to enjoy Tabloid :)</noscript>
|
||||||
<script src="/js/torus.min.js"></script>
|
<script src="/js/torus.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user