Files
@ af83aeef8b0a
Branch filter:
Location: light9/web/edit-choice-demo.html - annotation
af83aeef8b0a
1000 B
text/html
fancier spectrograms
4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 | <!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>
|