diff options
Diffstat (limited to 'frontend/public/index.html')
| -rw-r--r-- | frontend/public/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index b41fd33..4f82110 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,13 +6,16 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta http-equiv="Content-Security-Policy" content="default-src 'self' localhost:4000; - style-src 'self' 'unsafe-inline'; + style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; img-src * data:; script-src 'self' 'unsafe-inline';" /> <meta name="description" content="Web site created using create-react-app" /> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css" + integrity="sha256-D9M5yrVDqFlla7nlELDaYZIpXfFWDytQtiV+TaH6F1I=" crossorigin="anonymous"> + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <!-- manifest.json provides metadata used when your web app is installed on a |
