mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Move more into branding; proxy /images to backend (e.g., more overlays)
This commit is contained in:
@ -21,15 +21,9 @@ Coded by www.creative-tim.com
|
||||
<meta name="theme-color" content="#04aaef" />
|
||||
<link id="appleIcon" rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>Nutrifresh One</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<title>QQQ Material Dashboard</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "Material Dashboard",
|
||||
"name": "Material Dashboard 2 PRO React TS",
|
||||
"short_name": "QQQ Material Dashboard",
|
||||
"name": "QQQ Material Dashboard",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.png",
|
||||
|
Reference in New Issue
Block a user