| 12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Zebra EMC Engineering Tools Portal : Admin Console</title>
-
- <link rel="import" href="../elements/elements.html">
- <link rel="import" href="admin-shell.html">
-
- <style is="custom-style" include="iron-flex iron-positioning"></style>
- <style is="custom-style">
- * {
- font-family: Arial, Helvetica, sans-serif;
- }
-
- body {
- margin: 0;
-
- background-color: lightgray;
- }
- </style>
-
- <script src="../scripts/js-cookie.js" type="text/javascript"></script>
- </head>
-
- <body class="fullbleed">
- <admin-shell id="t"></admin-shell>
- </body>
- </html>
|