-
Notifications
You must be signed in to change notification settings - Fork 634
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.21 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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>