Mercurial > code > home > repos > environment
diff index.html @ 0:3c1bc3bc5a6c
pull out of homeauto/ project, and add skaffold/pipenv
author | drewp@bigasterisk.com |
---|---|
date | Thu, 31 Mar 2022 22:03:43 -0700 |
parents | |
children | e7f33fa31883 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Thu Mar 31 22:03:43 2022 -0700 @@ -0,0 +1,25 @@ +<!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>