Skip to content

Commit

Permalink
changed the title of the app
Browse files Browse the repository at this point in the history
  • Loading branch information
Patchrik committed Mar 19, 2021
1 parent d6490f3 commit d554928
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
index.html,1616182497477,6cb18263a504e582a80a06880acd5e16ce81843f5b9ee4c02012dcc1149799ec
css/app.544f936e.css,1616182497479,d124916042cd055f3fecebde81fcf849bc47015a2924d84cfb53e8d36848951a
favicon.ico,1616182497477,d5451f0f0f0bcbcd433bbdf4f6e7e5d89d8ecce2650649e969ccb5e5cd499ab2
js/app.a28643a4.js,1616182497479,3cb28115de119403a749439a7c615065c844cc30794a6c2da43e71802cd2eb3f
js/app.a28643a4.js.map,1616182497479,4890cc8d7a268d09c3845009a789e80727db4a20860779e33b0174bdc582e9ca
js/chunk-vendors.198acfd3.js,1616182497479,d26591f820f93ca8848e50f0fdc5f579c2dfd06c1f515bd04534139859bec492
css/chunk-vendors.20719783.css,1616182497479,77508f61cf73ff90f790ee9f3f4ff2c845e1df30b12aac3a1d585b7a6d5654e2
js/chunk-vendors.198acfd3.js.map,1616182497480,5da74c5c49662f6c61b7e5154b0367de249c63649c5f4471a2e53a467cdc9f1c
38 changes: 21 additions & 17 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>where to vue</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>

<body>
<noscript>
<strong>We're sorry but where to vue doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>

</html>

0 comments on commit d554928

Please sign in to comment.