mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
fix: comment out unsupported theme-color meta tag and add iOS status bar style
This commit is contained in:
parent
d28a737c15
commit
2c4a88f619
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,11 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="/favicon-192x192.png">
|
||||
<meta name="theme-color" content="#1e1e1e">
|
||||
<!-- 'theme-color' is not supported by Firefox, Firefox for Android, Opera.
|
||||
It is used by Chrome and some Android browsers for UI theming. -->
|
||||
<!-- <meta name="theme-color" content="#1e1e1e"> -->
|
||||
<!-- For Safari on iOS -->
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<title>BuddAI Web</title>
|
||||
<script src="https://unpkg.com/react@18/umd/react.development.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue