go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/web/rpcexplorer/index.html (about)

     1  <!--
     2    Copyright 2022 The LUCI Authors. All rights reserved.
     3    Use of this source code is governed under the Apache License, Version 2.0
     4    that can be found in the LICENSE file.
     5  -->
     6  <!doctype html>
     7  <html>
     8  <head>
     9    <meta charset="UTF-8">
    10    <meta name="viewport" content="initial-scale=1, width=device-width" />
    11    <title>RPC Explorer</title>
    12    <script src="https://accounts.google.com/gsi/client"></script>
    13    <style>
    14      div.ace_editor.ace_autocomplete {
    15        width: 500px;
    16      }
    17    </style>
    18  </head>
    19  <body>
    20    <div id="app-root"></div>
    21    <script type="text/javascript" src="/rpcexplorer/main.js"></script>
    22  </body>
    23  </html>