aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-31 20:05:43 +0200
committersD <stoned@derpymail.org>2020-03-31 20:05:43 +0200
commita86bc8d4c9f12db8c9d95308b6b60dc73b159504 (patch)
tree62f543dadbd88a501da35a174dd1d64ab975446f
parentf6e363570a28c803588427b09b61e02102d614a7 (diff)
add twitter versions of opengraph
-rw-r--r--webAO/client.html10
-rw-r--r--webAO/index.html6
2 files changed, 14 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 6e78c58..ad42946 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -8,12 +8,18 @@
<meta name="description" content="An off-the-cuff courtroom drama simulator">
<meta name="author" content="stonedDiscord">
- <meta property="og:title" content="Attorney Online">
- <meta property="og:description" content="Attorney Online is an online version of the world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format.">
+ <meta property="og:title" content="Attorney Online">
+ <meta property="og:description" content="Attorney Online is an online version of the world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format.">
<meta property="og:type" content="website">
<meta property="og:url" content="http://web.aceattorneyonline.com/">
<meta property="og:image" content="https://repository-images.githubusercontent.com/78860508/89fcba80-aafd-11e9-80db-c5b10c01aba9">
+ <meta property="twitter:card" content="summary_large_image">
+ <meta property="twitter:title" content="Attorney Online">
+ <meta property="twitter:description" content="Attorney Online is an online version of the world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format.">
+ <meta property="twitter:url" content="http://web.aceattorneyonline.com/">
+ <meta property="twitter:image" content="https://repository-images.githubusercontent.com/78860508/89fcba80-aafd-11e9-80db-c5b10c01aba9">
+
<meta http-equiv="Content-Security-Policy" content="script-src-elem 'self' 'unsafe-inline' https://ajax.googleapis.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://ajax.googleapis.com;
style-src-elem 'self' 'unsafe-inline' https://golden-layout.com;
diff --git a/webAO/index.html b/webAO/index.html
index 29fc181..c7f453d 100644
--- a/webAO/index.html
+++ b/webAO/index.html
@@ -12,6 +12,12 @@
<meta property="og:url" content="http://web.aceattorneyonline.com/">
<meta property="og:image" content="https://repository-images.githubusercontent.com/78860508/89fcba80-aafd-11e9-80db-c5b10c01aba9">
+ <meta property="twitter:card" content="summary_large_image">
+ <meta property="twitter:title" content="Attorney Online">
+ <meta property="twitter:description" content="Attorney Online is an online version of the world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format.">
+ <meta property="twitter:url" content="http://web.aceattorneyonline.com/">
+ <meta property="twitter:image" content="https://repository-images.githubusercontent.com/78860508/89fcba80-aafd-11e9-80db-c5b10c01aba9">
+
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;">
<meta http-equiv="X-Content-Security-Policy"