|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
| 4 | + <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin /> |
| 5 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 6 | + <link |
| 7 | + rel="preload" |
| 8 | + as="style" |
| 9 | + onload="this.onload=null;this.rel='stylesheet'" |
| 10 | + href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,300;0,500;0,700&display=swap" |
| 11 | + rel="stylesheet" |
| 12 | + /> |
| 13 | + <link |
| 14 | + rel="preload" |
| 15 | + as="style" |
| 16 | + onload="this.onload=null;this.rel='stylesheet'" |
| 17 | + href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap" |
| 18 | + rel="stylesheet" |
| 19 | + /> |
| 20 | + <noscript> |
| 21 | + <link |
| 22 | + href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,300;0,500;0,700&display=swap" |
| 23 | + rel="stylesheet" |
| 24 | + /> |
| 25 | + <link |
| 26 | + href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap" |
| 27 | + rel="stylesheet" |
| 28 | + /> |
| 29 | + </noscript> |
4 | 30 | <meta charset="utf-8" /> |
5 | 31 | <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
6 | 32 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 33 | <meta name="theme-color" content="#000000" /> |
8 | | - <meta |
9 | | - name="description" |
10 | | - content="Mobility Database" |
11 | | - /> |
| 34 | + <meta name="description" content="Mobility Database" /> |
12 | 35 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
13 | 36 | <!-- |
14 | 37 | manifest.json provides metadata used when your web app is installed on a |
|
24 | 47 | work correctly both with client-side routing and a non-root public URL. |
25 | 48 | Learn how to configure a non-root public URL by running `npm run build`. |
26 | 49 | --> |
27 | | - <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin> |
28 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
29 | | - <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> |
30 | | - <link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet"> |
31 | 50 | <title>Mobility Database</title> |
32 | 51 | </head> |
33 | 52 | <body> |
|
0 commit comments