|
6 | 6 |
|
7 | 7 | <!-- HTML Meta Tags --> |
8 | 8 | <title>Thanks | is-a.dev</title> |
| 9 | + <meta name="description" content="A thank you page dedicated to our supporters." /> |
| 10 | + <meta name="theme-color" content="#4E3AA3" /> |
| 11 | + |
| 12 | + <!-- Google / Search Engine Tags --> |
| 13 | + <meta itemprop="name" content="Thanks | is-a.dev" /> |
| 14 | + <meta itemprop="description" content="A thank you page dedicated to our supporters." /> |
| 15 | + <meta itemprop="image" content="https://is-a.dev/assets/logo.png" /> |
| 16 | + |
| 17 | + <!-- Facebook Meta Tags --> |
| 18 | + <meta property="og:url" content="https://is-a.dev/thanks" /> |
| 19 | + <meta property="og:type" content="website" /> |
| 20 | + <meta property="og:title" content="Thanks | is-a.dev" /> |
| 21 | + <meta property="og:description" content="A thank you page dedicated to our supporters." /> |
| 22 | + <meta property="og:image" content="https://is-a.dev/assets/logo.png" /> |
| 23 | + |
| 24 | + <!-- Twitter Meta Tags --> |
| 25 | + <meta name="twitter:card" content="summary_large_image" /> |
| 26 | + <meta name="twitter:title" content="is-a.dev" /> |
| 27 | + <meta name="twitter:description" content="A thank you page dedicated to our supporters." /> |
| 28 | + <meta name="twitter:image" content="https://is-a.dev/assets/logo.png" /> |
| 29 | + |
| 30 | + <!-- Apple Meta Tags --> |
| 31 | + <meta name="apple-mobile-web-app-title" content="is-a.dev" /> |
| 32 | + <meta name="apple-mobile-web-app-capable" content="yes" /> |
| 33 | + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
9 | 34 |
|
10 | 35 | <!-- Favicon --> |
11 | | - <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> |
| 36 | + <link rel="icon" type="image/x-icon" href="/assets/favicon.ico" /> |
12 | 37 |
|
13 | 38 | <!-- Stylesheets --> |
14 | | - <link rel="stylesheet" href="styles/main.css" /> |
15 | | - <link rel="stylesheet" href="styles/secondary.css" /> |
| 39 | + <link rel="stylesheet" href="/styles/main.css" /> |
| 40 | + <link rel="stylesheet" href="/styles/secondary.css" /> |
16 | 41 | <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/Roboto/font.css" rel="prefetch" /> |
17 | 42 | <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/UbuntuMono/font.css" rel="prefetch" /> |
18 | 43 | </head> |
|
0 commit comments