Sha256: 1ad1036cb692b6b742c1dca51ab19ddf56bbc2fddc047e8c6d451eba0d075538
Contents?: true
Size: 655 Bytes
Versions: 2
Compression:
Stored size: 655 Bytes
Contents
<!doctype html> <!-- This is a blank template containing the barest structure that Flatdoc needs. Customize this as you see fit: add CSS and some markup to get the look that you need. --> <html> <head> <meta charset='utf-8'> <!-- Flatdoc --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src='http://rstacruz.github.io/flatdoc/v/0.8.6/flatdoc.js'></script> <!-- Initializer --> <script> Flatdoc.run({ fetcher: Flatdoc.github('USER/REPO') }); </script> </head> <body role='flatdoc'> <div role='flatdoc-menu'></div> <div role='flatdoc-content'></div> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/components/flatdoc/v/0.8.6/templates/blank.html |
radius-rails-3.1.4 | app/assets/components/flatdoc/v/0.8/templates/templates/blank.html |