Sha256: 9eec72f728de04683c4dce1bf8eaa3964efaac4b8c3297b2f97284d7ee10cbc7

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 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="!">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <link rel="shortcut icon" type="image/ico" href="favicon.ico" />
  <link rel="stylesheet" href="resources/css/app.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>

</head>
<body style="background: #fff; min-width: 0;">

  <div id="north-region" style="padding: 1px 0 11px 11px">
    <div id="header-content">{header}</div>
  </div>
  <div id="center-container" class="class-overview" style="padding: 20px">
    <div class="x-panel-body">
      {categories}
      {guides}
    </div>
  </div>

</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jsduck-4.4.0 template-min/index-template.html
jsduck-4.3.2 template-min/index-template.html
jsduck-4.3.1 template-min/index-template.html
jsduck-4.3.0 template-min/index-template.html
jsduck-4.2.1 template-min/index-template.html
jsduck-4.2.0 template-min/index-template.html