mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!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">
|
|
<title>Trick | {{ page.name }}</title>
|
|
|
|
{% seo %}
|
|
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
|
|
</head>
|
|
<body>
|
|
<div class="container-lg px-3 my-5 markdown-body">
|
|
<p align=center> <a href="/trick"> <img src="/trick/images/TrickLogo.png" alt="TrickLogo" height="150" align="center" /></a> </p>
|
|
<script async src="https://cse.google.com/cse.js?cx=002991838902665679636:ke6tevagg78"></script>
|
|
<div class="gcse-search"></div>
|
|
|
|
{{ content }}
|
|
|
|
{% if site.github.private != true and site.github.license %}
|
|
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
|
This site is open source. {% github_edit_link "Improve this page" %}.
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
|
<script>anchors.add();</script>
|
|
{% if site.google_analytics %}
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
{% endif %}
|
|
</body>
|
|
</html>
|