1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26

ash / webui / connectivity_diagnostics / resources / index.html [blame]

<!-- Copyright 2020 The Chromium Authors
     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file. -->
<!DOCTYPE html>
<style>
  html {
    height: 100%;
  }
  body {
    box-sizing: border-box;
    height: 100%;
    margin: 0;  /* box-sizing does not respect margin */
    padding: 8px;
  }
</style>
<html>
  <head>
    <meta charset="utf-8">
    <title>$i18n{appTitle}</title>
  </head>
  <body>
    <connectivity-diagnostics></connectivity-diagnostics>

    <script type="module" src="connectivity_diagnostics.js"></script>
  </body>
</html>