Sha256: 04c60e2adff1b3cac8e3c652d812a6f967e2a1d52df87ca3da5f79c86a047b52
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
<!DOCTYPE HTML> <html> <head> <style type="text/css"> #jsoneditor { width: 500px; height: 500px; } </style> <script data-main="scripts/main" src="scripts/require.js"></script> </head> <body> <p> <button id="setJSON">Set JSON</button> <button id="getJSON">Get JSON</button> </p> <div id="jsoneditor"></div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bee_api-0.0.5 | vendor/examples/requirejs_demo/requirejs_demo.html |