mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +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>
|
||||
<meta charset="utf-8">
|
||||
<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>
|
||||
<style>
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue