|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | | - <head> |
4 | | - <meta charset="utf-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | - <link rel="stylesheet" href="./css/style_404.css" /> |
7 | | - <title>Page Not Found</title> |
8 | | - <meta |
9 | | - name="description" |
10 | | - content="404: Page Not Found" |
11 | | - /> |
12 | | - <meta name="twitter:card" content="summary_large_image" /> |
13 | | - <meta property="og:title" content="Page Not Found" /> |
14 | | - <meta |
15 | | - property="og:description" |
16 | | - content="404: Page Not Found" |
17 | | - /> |
18 | | - <meta |
19 | | - property="og:image" |
20 | | - content="https://dev-jot.netlify.app/app-main/public/images/share-image.png" |
21 | | - /> |
22 | | - <meta property="og:image:width" content="1200" /> |
23 | | - <meta property="og:image:height" content="630" /> |
24 | | - <meta property="”og:type”" content="”website”" /> |
25 | | - </head> |
26 | | - <body> |
27 | | - <div id="message"> |
28 | | - <h2>404</h2> |
29 | | - <h1>Page Not Found</h1> |
30 | | - <p> |
31 | | - The specified file was not found on this website. Please check the URL |
32 | | - for mistakes and try again. |
33 | | - </p> |
34 | | - </div> |
35 | | - </body> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <link rel="stylesheet" href="./css/style_404.css" /> |
| 7 | + <title>Page Not Found</title> |
| 8 | + <meta name="description" content="404: Page Not Found" /> |
| 9 | + <meta name="twitter:card" content="summary_large_image" /> |
| 10 | + <meta property="og:title" content="Page Not Found" /> |
| 11 | + <meta property="og:description" content="404: Page Not Found" /> |
| 12 | + <meta |
| 13 | + property="og:image" |
| 14 | + content="https://dev-jot.netlify.app/app-main/public/images/share-image.png" |
| 15 | + /> |
| 16 | + <meta property="og:image:width" content="1200" /> |
| 17 | + <meta property="og:image:height" content="630" /> |
| 18 | + <meta property="”og:type”" content="”website”" /> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <div id="message"> |
| 22 | + <h2>404</h2> |
| 23 | + <h1>Page Not Found</h1> |
| 24 | + <p> |
| 25 | + The specified file was not found on this website. Please check the URL |
| 26 | + for mistakes and try again. |
| 27 | + </p> |
| 28 | + </div> |
| 29 | + </body> |
36 | 30 | </html> |
0 commit comments