mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 19:10:54 +01:00
Added meta tags to crash screen
This commit is contained in:
parent
40d90757bf
commit
811f1133a4
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ export const Strings = {
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta content="FixTweet" property="og:title"/>
|
||||||
|
<meta content="Owie, you crashed ${BRANDING_NAME} :(
|
||||||
|
|
||||||
|
This is caused by Twitter API downtime or a new bug. Try again in a little while." property="og:description"/></head>
|
||||||
<title>:(</title>
|
<title>:(</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Reference in a new issue