Skip to content
Snippets Groups Projects
Select Git revision
  • 1c3f162b2281bf35fc3329714c381af65005b0ff
  • master default
  • ui-handover
  • ui-update-yang
  • inventory-manager-netbox
  • heiss_bachelor_thesis
  • proto-getters
  • 392-remove-renovate
  • renovate/go.mongodb.org-mongo-driver-2.x
  • renovate/github.com-bufbuild-protovalidate-go-0.x
  • renovate/google.golang.org-genproto-googleapis-api-digest
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/eslint-9.x-lockfile
  • renovate/eslint-plugin-react-7.x-lockfile
  • renovate/dompurify-3.x-lockfile
  • renovate/testing-library-react-16.x-lockfile
  • renovate/eslint-plugin-prettier-5.x-lockfile
  • renovate/react-dom-18.x-lockfile
  • renovate/eslint-plugin-react-hooks-5.x-lockfile
  • renovate/testing-library-user-event-14.x-lockfile
  • renovate/reduxjs-toolkit-2.x-lockfile
  • renovate/github.com-openconfig-gnmi-0.x
  • 0.1.0
23 results

gnmi_transport_test.go

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    index.html 981 B
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>Stream Server</title>
    
        <!-- twitch embed -->
        <script src="https://player.twitch.tv/js/embed/v1.js"></script>
    
        <link rel="stylesheet" href="style.css" />
      </head>
      <body>
        <div id="large-player" class="hidden">
          <div id="small-player-container">
            <div id="small-player" class="hidden"></div>
          </div>
        </div>
        <iframe id="chat" frameborder="0" scrolling="no" src="about:blank"></iframe>
    
        <div id="overlay">
          <h2>Loading...</h2>
          <p>
            <a href="https://stream-server.h-da.io">Documentation</a> ·
            <a href="https://stream-server.h-da.io/reference">Reference</a>
          </p>
          <small>
            <a href="javascript:toggleFullscreen()">toggle fullscreen</a> or press
            <kbd>F11</kbd>
          </small>
        </div>
    
        <script src="main.js"></script>
      </body>
    </html>