Mercurial > code > home > repos > environment
view index.html @ 3:e7f33fa31883
port to starlette/asyncio
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Apr 2022 14:46:32 -0700 |
parents | 3c1bc3bc5a6c |
children | f961fe3d0e27 |
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/environment/events" expanded="true"></streamed-graph> <div class="served-resources"> <a href="metrics">/metrics</a> <a href="graph/environment">/graph</a> <a href="graph/environment/events">/graph/events</a> <a href="doc">/doc</a> </div> </body> </html>