All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
22 lines
895 B
HTML
22 lines
895 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" sizes="64x64" href="%PUBLIC_URL%/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="512x512" href="%PUBLIC_URL%/android-chrome-512x512.png">
|
|
<meta name="theme-color" content="#0B1929" />
|
|
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
|
|
<meta name="description" content="This is the dashboard for sim companies ">
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>Sim Companies Dashboard</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html> |