Mercurial > code > home > repos > light9
diff web/edit-choice-demo.html @ 2376:4556eebe5d73
topdir reorgs; let pdm have its src/ dir; separate vite area from light9/
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:02:10 -0700 |
parents | light9/web/edit-choice-demo.html@f2265601ead6 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/edit-choice-demo.html Sun May 12 19:02:10 2024 -0700 @@ -0,0 +1,30 @@ +<!doctype html> +<html> + <head> + <title></title> + <meta charset="utf-8" /> + <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script> + + <link rel="import" href="rdfdb-synced-graph.html"> + <link rel="import" href="edit-choice.html"> + <script src="/node_modules/n3/n3-browser.js"></script> + <script src="/lib/knockout/dist/knockout.js"></script> + <script src="/lib/shortcut/index.js"></script> + <script src="/lib/async/dist/async.js"></script> + <script src="/lib/underscore/underscore-min.js"></script> + </head> + <body> + <dom-bind> + <template> + <p> + <rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph> + </p> + <p> + edit-choice: <edit-choice graph="{{graph}}" uri="http://example.com/hello"></edit-choice> + </p> + <p> + <a href="http://light9.bigasterisk.com/effect/spideredge" >this has a label</a> + </template> + </dom-bind> + </body> +</html>