<!DOCTYPE html> <html lang="{{ site.lang | default: "en-US" }}"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% seo %} <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]--> </head> <body> <div class="wrapper"> <header> {% if site.logo %} <img class="logo" src="{{site.logo | relative_url}}" alt="Logo" /> {% endif %} <p>{{ site.description | default: site.github.project_tagline }}</p> {% if site.github.is_project_page %} <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p> {% endif %} <!-- Place this tag where you want the button to render. --> <a class="github-button" href="https://github.com/linnovate/mean" data-show-count="true" aria-label="Star ntkme/github-buttons on GitHub">Star</a> {% if site.github.is_user_page %} <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p> {% endif %} {% if site.show_downloads %} <ul class="downloads"> <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li> <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li> <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li> </ul> {% endif %} <img class="ninja" src="/assets/img/ninja.jpg"/> </header> <section> {{ content }} {% if site.github.is_project_page %} <p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p> {% endif %} </section> </div> <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-36499287-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); // gtag('config', 'UA-XXXXXX-XX'); // change this to your own UA config </script> <!-- Place this tag in your head or just before your close body tag. --> <script async defer src="https://buttons.github.io/buttons.js"></script> </body> </html>