Advertisement
cooked_marshmello

view-source:chrome://management/

Sep 9th, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!doctype html>
  2. <html dir="ltr" lang="en" class="loading">
  3. <head>
  4.   <meta charset="utf-8">
  5.   <meta name="viewport" content="width=device-width, user-scalable=yes">
  6.   <title>Settings - Management</title>
  7.  
  8.   <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
  9.   <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
  10.   <style>
  11.     html {
  12.       background: var(--md-background-color);
  13.       height: 100%;
  14.       overflow: hidden;
  15.     }
  16.  
  17.     html.loading::before {
  18.       background-color: var(--md-toolbar-color);
  19.       border-bottom: var(--md-toolbar-border);
  20.       box-sizing: border-box;
  21.       content: '';
  22.       display: block;
  23.       height: var(--md-toolbar-height);
  24.     }
  25.  
  26.     body {
  27.       height: 100%;
  28.       margin: 0;
  29.     }
  30.   </style>
  31.  
  32.   <script type="module" src="management_ui.js"></script>
  33. </head>
  34. <body>
  35.   <management-ui></management-ui>
  36. </body>
  37. </html>
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement