index.html 1.52 KB
Newer Older
Ooh-Ao committed
1
<!DOCTYPE html>
Ooh-Ao committed
2 3 4 5 6 7 8 9 10 11 12 13
<html lang="en" dir="ltr" data-nav-layout="vertical" class="light" data-header-styles="light" data-menu-styles="dark"
  data-vertical-style="overlay">

<head>
  <meta charset="utf-8" />
  <title>Synto- Tailwind Angular Admin Template</title>
  <base href="/" />
  <!-- <base href="/synto/preview/" /> -->
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
  <meta name="description" content="synto - Angular Admin &amp; Dashboard Template">
  <meta name="author" content="Spruko Technologies Private Limited">
  <meta name="keywords" content="synto, synto admin, synto dashboard, angular dashboard, angular16, templates, admin, dashboard, angular admin panel, angular admin dashboard, dashboard in angular, angular admin, admin dashboard angular,
Ooh-Ao committed
14 15
    dashboard template angular, admin panel angular, angular bootstrap dashboard, best angular admin template, dashboard using angular, admin panel in angular,
    template dashboard angular, angular bootstrap admin">
Ooh-Ao committed
16 17 18 19 20 21 22
  <link rel="icon" type="image/x-icon" href="./assets/img/brand-logos/favicon.ico" />
  <link rel="preconnect" href="https://fonts.gstatic.com">
  <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:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
    rel="stylesheet">
Ooh-Ao committed
23
</head>
Ooh-Ao committed
24 25 26 27 28

<body>
  <app-root></app-root>
</body>

Ooh-Ao committed
29
</html>