|
5 | 5 | <meta charset="utf-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 | <meta content="The easiest way to create, share and model Linked Atomic Data." name="description" /> |
8 | | - <link href="/icon.png" rel="icon" type="image/png" /> |
9 | | - <link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" /> |
10 | | - <link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> |
11 | | - <link href="/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> |
12 | | - <link color="#1e43a3" href="/mask-icon.svg" rel="mask-icon" /> |
| 8 | + <link href="/app_data/images/icon.png" rel="icon" type="image/png" /> |
| 9 | + <link href="/app_data/images/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" /> |
| 10 | + <link href="/app_data/images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" /> |
| 11 | + <link href="/app_data/images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" /> |
| 12 | + <link color="#1e43a3" href="/app_data/images/mask-icon.svg" rel="mask-icon" /> |
13 | 13 | <meta content="yes" name="apple-mobile-web-app-capable" /> |
14 | 14 | <meta content="yes" name="mobile-web-app-capable" /> |
| 15 | + <!-- Custom fonts --> |
15 | 16 | <link rel="dns-prefetch" href="https://fonts.googleapis.com"> |
16 | 17 | <link rel="dns-prefetch" href="https://fonts.gstatic.com"> |
17 | 18 | <link rel="preconnect" crossorigin="anonymous" href="https://fonts.googleapis.com"> |
18 | 19 | <link rel="preconnect" crossorigin="anonymous" href="https://fonts.gstatic.com"> |
19 | | - <link |
20 | | - crossorigin="anonymous" |
| 20 | + <link crossorigin="anonymous" |
21 | 21 | href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" |
22 | 22 | rel="stylesheet"> |
23 | | - <title>Atomic Data Browser</title> |
| 23 | + <title>Atomic Data</title> |
24 | 24 | <style> |
25 | 25 | :root { |
26 | 26 | --text-splash: black; |
|
32 | 32 | } |
33 | 33 |
|
34 | 34 | </style> |
| 35 | + <!-- Meta tags and code added by from Atomic-Server --> |
| 36 | + <!-- { inject_html_head } --> |
35 | 37 | </head> |
36 | 38 |
|
37 | 39 | <body> |
|
0 commit comments