Mercurial > code > home > repos > environment
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3c1bc3bc5a6c |
---|---|
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <title>environment</title> | |
5 <meta charset="utf-8"> | |
6 <script src="/lib/webcomponents/2.4.0/webcomponents-bundle.js"></script> | |
7 | |
8 <script type="module" src="/rdf/streamed-graph.bundle.js"></script> | |
9 <link rel="stylesheet" href="/rdf/streamed-graph.css"> | |
10 <meta name="mobile-web-app-capable" content="yes"> | |
11 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
12 </head> | |
13 <body class="rdfBrowsePage"> | |
14 <streamed-graph url="graph/events" expanded="true"></streamed-graph> | |
15 | |
16 | |
17 <div class="served-resources"> | |
18 <a href="stats/">/stats/</a> | |
19 <a href="graph">/graph</a> | |
20 <a href="graph/events">/graph/events</a> | |
21 <a href="doc">/doc</a> | |
22 </div> | |
23 | |
24 </body> | |
25 </html> |