view service/environment/index.html @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents 6b80a6c58907
children
line wrap: on
line source

<!doctype html>
<html>
  <head>
    <title>environment</title>
    <meta charset="utf-8">
    <script src="/lib/webcomponents/2.4.0/webcomponents-bundle.js"></script>

    <script type="module" src="/rdf/streamed-graph.bundle.js"></script>
    <link rel="stylesheet" href="/rdf/streamed-graph.css">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body class="rdfBrowsePage">
      <streamed-graph url="graph/events" expanded="true"></streamed-graph>


      <div class="served-resources">
        <a href="stats/">/stats/</a>
        <a href="graph">/graph</a>
        <a href="graph/events">/graph/events</a>
        <a href="doc">/doc</a>
    </div>

  </body>
</html>