Browse Source

Remove superfluous meta tag (#1424)

pull/1426/head
Thomas Steiner 6 years ago committed by GitHub
parent
commit
fcf2a73ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      public/index.html

4
public/index.html

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#fff" />
<meta
http-equiv="origin-trial"
@ -50,8 +50,6 @@ @@ -50,8 +50,6 @@
<meta property="og:image:height" content="669" />
<meta property="og:image:alt" content="Excalidraw logo with byline." />
<!-- Chrome -->
<meta name="theme-color" content="#FFFF" />
<!-- Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="default" />

Loading…
Cancel
Save