Sha256: 86b24d4beefd6b549714913c7877c221572a0a1dd0e6c885f95f181da3c50245
Contents?: true
Size: 854 Bytes
Versions: 1
Compression:
Stored size: 854 Bytes
Contents
<!doctype html> <html> <head> <title>demo</title> <link href='http://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,400,400italic,700' rel='stylesheet' type='text/css'> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script type="text/javascript" src="/shutterbug/shutterbug.js"></script> <link rel="stylesheet" type="text/css" href="main.css"></link> </head> <body> Examples: <ul> <li>Sourced vs. inline <a href="svg_example.html">SVG</a>.</li> <li>Very <a href="simple_example.html">simple</a> example.</li> <li><a href="iframe_example.html">IFrame</a> example.</li> <li><a href="nested_iframe_example.html">Nested IFrames</a> example.</li> <li><a href="canvas_example.html">Canvas</a> example.</li> </ul> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shutterbug-0.4.3 | demo/index.html |