Sha256: ac9490c62526c648cc6be975ad7e01cd8281b5a1d408239e04c562aa75547970

Contents?: true

Size: 1.2 KB

Versions: 4

Compression:

Stored size: 1.2 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <title>{title}</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
  <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" />
  <script type="text/javascript">
  (function(){
    var protocol = (document.location.protocol === "https:") ? "https:" : "http:";
    document.write("<link href='"+protocol+"//fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css' />");
  })();
  </script>

  <script type="text/javascript" src="{extjs_path}"></script>
  <script type="text/javascript" src="data.js"></script>
  <script type="text/javascript" src="app.js"></script>
  <script type="text/javascript" src="resources/prettify/prettify.js"></script>

  {head_html}

</head>
<body id="ext-body">

  <div id="loading"><span class="title"></span><span class="logo"></span></div>

  <div id="header-content">{header}</div>
  {welcome}
  {categories}
  {guides}
  {footer}

  {body_html}

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jsduck-4.3.0 template-min/template.html
jsduck-4.2.1 template-min/template.html
jsduck-4.2.0 template-min/template.html
jsduck-4.1.1 template-min/template.html