27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<meta name="description" content="React Material Admin Full" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
|
|
/>
|
|
<link rel="icon" href="%BASE_URL%favicon.png" sizes="16x16" type="image/png" />
|
|
<link rel="icon" href="%BASE_URL%favicon.png" sizes="32x32" type="image/png" />
|
|
<link rel="icon" href="%BASE_URL%favicon.png" sizes="48x48" type="image/png" />
|
|
<link rel="icon" href="%BASE_URL%favicon.png" sizes="62x62" type="image/png" />
|
|
<link rel="icon" href="%BASE_URL%favicon.png" sizes="80x80" type="image/png" />
|
|
<link rel="manifest" href="%BASE_URL%manifest.json" />
|
|
<title>React Material Admin Full</title>
|
|
</head>
|
|
<body style="font-family: 'Roboto', sans-serif">
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.js"></script>
|
|
</body>
|
|
</html>
|