12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Zebra EMC Engineering Tools Portal : Admin Console</title>
  5. <link rel="import" href="../elements/elements.html">
  6. <link rel="import" href="admin-shell.html">
  7. <style is="custom-style" include="iron-flex iron-positioning"></style>
  8. <style is="custom-style">
  9. * {
  10. font-family: Arial, Helvetica, sans-serif;
  11. }
  12. body {
  13. margin: 0;
  14. background-color: lightgray;
  15. }
  16. </style>
  17. <script src="../scripts/js-cookie.js" type="text/javascript"></script>
  18. </head>
  19. <body class="fullbleed">
  20. <admin-shell id="t"></admin-shell>
  21. </body>
  22. </html>