|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6 | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
7 | 7 | <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
| 8 | + |
8 | 9 | <!-- Primary Meta Tags -->
|
9 |
| - <title>Food Order App</title> |
| 10 | + <title>Food Order Application</title> |
10 | 11 | <meta name="title" content="Food Order App" />
|
11 | 12 | <meta
|
12 | 13 | name="description"
|
|
15 | 16 |
|
16 | 17 | <!-- Open Graph / Facebook -->
|
17 | 18 | <meta property="og:type" content="website" />
|
18 |
| - <meta |
19 |
| - property="og:url" |
20 |
| - content="https://food-order-app-nil.herokuapp.com/" |
21 |
| - /> |
| 19 | + <meta property="og:url" content="https://food-order-app.projects.nilanjan.tech" /> |
22 | 20 | <meta property="og:title" content="Food Order App" />
|
23 | 21 | <meta
|
24 | 22 | property="og:description"
|
|
31 | 29 |
|
32 | 30 | <!-- Twitter -->
|
33 | 31 | <meta property="twitter:card" content="summary_large_image" />
|
34 |
| - <meta |
35 |
| - property="twitter:url" |
36 |
| - content="https://food-order-app-nil.herokuapp.com/" |
37 |
| - /> |
38 |
| - <meta property="twitter:title" content="Food Order App" /> |
| 32 | + <meta property="twitter:url" content="https://food-order-app.projects.nilanjan.tech" /> |
| 33 | + <meta property="twitter:title" content="Food Order Application - nil1729" /> |
39 | 34 | <meta
|
40 | 35 | property="twitter:description"
|
41 | 36 | content="Simple food ordering website Using VueJS, firebase, NodeJS and MongoDB"
|
|
59 | 54 | content="Simple food ordering website Using VueJS, firebase, NodeJS and MongoDB"
|
60 | 55 | />
|
61 | 56 |
|
62 |
| - <link |
63 |
| - rel="stylesheet" |
64 |
| - href="https://bootswatch.com/4/cosmo/bootstrap.min.css" |
65 |
| - /> |
| 57 | + <link rel="stylesheet" href="https://bootswatch.com/4/cosmo/bootstrap.min.css" /> |
66 | 58 | <link
|
67 | 59 | rel="stylesheet"
|
68 | 60 | href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
|
|
84 | 76 | <body>
|
85 | 77 | <noscript>
|
86 | 78 | <strong>
|
87 |
| - We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work |
88 |
| - properly without JavaScript enabled. Please enable it to continue. |
| 79 | + We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without |
| 80 | + JavaScript enabled. Please enable it to continue. |
89 | 81 | </strong>
|
90 | 82 | </noscript>
|
91 | 83 | <div id="app"></div>
|
|
0 commit comments