view service/collector/static/index.html @ 1451:71684fc9c692

new index page table Ignore-this: 7668675a04bd5cc03cf4e1799c54d4d1 darcs-hash:5b546637d01f1fa70134c09470007ed1251d708c
author drewp <drewp@bigasterisk.com>
date Wed, 25 Sep 2019 17:27:35 -0700
parents
children 25b418e2659e
line wrap: on
line source

<!doctype html>
<html>
  <head>
    <title>collector</title>
    <meta charset="utf-8">
    <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script>
    <script src="/lib/require/require-2.3.3.js"></script>
    <script src="/rdf/common_paths_and_ns.js"></script>

    <link rel="stylesheet" href="/rdf/browse/style.css">

    <script type="module" src="static/state.js"></script>
  </head>
  <body class="rdfBrowsePage">
    <h1>collector</h1>

    <p><a href="/rdf/browse/?graph=/sse_collector/graph/home">output for graph/home</a></p>

   <collector-state></collector-state>
  </body>
</html>