parent
8ed28f4b58
commit
cfad4ed633
@ -1,37 +1,31 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<script
|
|
||||||
async
|
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=G-TS04B6F9E3"
|
|
||||||
></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag() {
|
|
||||||
dataLayer.push(arguments);
|
|
||||||
}
|
|
||||||
gtag("js", new Date());
|
|
||||||
|
|
||||||
gtag("config", "G-TS04B6F9E3");
|
<head>
|
||||||
</script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TS04B6F9E3"></script>
|
||||||
<meta charset="utf-8" />
|
<script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
window.dataLayer = window.dataLayer || [];
|
||||||
<meta name="theme-color" content="#000000" />
|
function gtag() {
|
||||||
<meta
|
dataLayer.push(arguments);
|
||||||
name="description"
|
}
|
||||||
content="Admin Panel for Support Specialists in TT ELD - A comprehensive management tool for efficient operations and monitoring of TT ELD services."
|
gtag("js", new Date());
|
||||||
/>
|
|
||||||
<title>TT ELD</title>
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
gtag("config", "G-TS04B6F9E3");
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
</script>
|
||||||
<div id="root"></div>
|
<meta charset="utf-8" />
|
||||||
</body>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
</html>
|
<meta name="theme-color" content="#000000" />
|
||||||
|
<meta name="description"
|
||||||
|
content="Admin Panel for Support Specialists in Ontime ELD - A comprehensive management tool for efficient operations and monitoring of Ontime ELD services." />
|
||||||
|
<title>Ontime ELD</title>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
<div id="root"></div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in new issue