Sha256: 584483d521e55bc6d4ecd4b2a17dc94821d81296fa369d05bc5ff2e4185ade54
Contents?: true
Size: 1.56 KB
Versions: 3
Compression:
Stored size: 1.56 KB
Contents
<!DOCTYPE html> <html> <head> <title>{title}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="fragment" content="!"> <link rel="shortcut icon" type="image/ico" href="favicon.ico" /> <link rel="stylesheet" href="resources/css/app.css" type="text/css" /> <link rel="stylesheet" href="resources/prettify/prettify.css" type="text/css" /> <!--[if IE]> <link rel="stylesheet" href="resources/css/ie.css" type="text/css" /> <link rel="stylesheet" href="resources/css/welcome_ie6.css" type="text/css" /> <![endif]--> <script type="text/javascript" src="http://use.typekit.com/uxj6dew.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <script type="text/javascript"> Docs = { localStorageDb: "{local_storage_db}", showPrintButton: {show_print_button}, touchExamplesUi: {touch_examples_ui} }; </script> <script type="text/javascript" src="{extjs_path}"></script> <script type="text/javascript" src="app.js"></script> <script type="text/javascript" src="resources/prettify/prettify.js"></script> <script type="text/javascript" src="data.js"></script> {head_html} </head> <body id="ext-body"> <div id="loading"><span class="title"></span><span class="logo"></span></div> <form id="history-form" class="x-hide-display"> <input type="hidden" id="x-history-field" /> <iframe id="x-history-frame"></iframe> </form> <div id="header-content">{header}</div> {welcome} {categories} {guides} {footer} {body_html} </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jsduck-3.0.1 | template-min/template.html |
jsduck-3.0 | template-min/template.html |
jsduck-3.0.pre3 | template-min/template.html |