Task: Add default page and updated with env
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="CUBETIQ React App template for general use..." />
|
||||
<meta name="description" content="%REACT_APP_DESCRIPTION%" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>CUBETIQ React App</title>
|
||||
<title>%REACT_APP_NAME%</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user