Added social graph info.
This commit is contained in:
BIN
assets/.DS_Store
vendored
BIN
assets/.DS_Store
vendored
Binary file not shown.
BIN
images/rfe-social.jpg
Normal file
BIN
images/rfe-social.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 398 KiB |
11
index.php
11
index.php
@ -7,8 +7,19 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Radio Free Elsewhere</title>
|
<title>Radio Free Elsewhere</title>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
<meta property="og:title" content="Radio Free Elsewhere" />
|
||||||
|
<meta property="og:description" content="Something different. Somewhere else." />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://cyberpunklibrarian.nohost.me/rfe/" />
|
||||||
|
<meta property="og:image" content="https://cyberpunklibrarian.nohost.me/rfe/images/rfe-social.jpg" />
|
||||||
|
<meta name="twitter:title" content="Radio Free Elsewhere">
|
||||||
|
<meta name="twitter:description" content="Something different. Somewhere else.">
|
||||||
|
<meta name="twitter:image" content="https://cyberpunklibrarian.nohost.me/rfe/images/rfe-social.jpg">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/css/rfe.css" />
|
<link rel="stylesheet" href="assets/css/rfe.css" />
|
||||||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user