2019-03-16 16:25:32 -04:00
<!doctype html>
< html lang = "{{ site.lang | default: " en-US " } } " >
< head >
2019-03-18 17:29:28 -04:00
< title > {{ site.author }} | {{ page.title }}< / title >
2019-03-17 22:06:07 -04:00
<!-- Global Site Tag (gtag.js) - Google Analytics -->
< script async src = "https://www.googletagmanager.com/gtag/js?id=UA-132558656-1" > < / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
2019-03-17 21:51:23 -04:00
2019-03-17 22:06:07 -04:00
gtag('config', 'UA-132558656-1');
< / script >
2019-03-16 20:55:18 -04:00
2019-03-16 16:25:32 -04:00
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2019-03-16 20:55:18 -04:00
{% include seo.html %}
2019-03-16 16:25:32 -04:00
< link rel = "stylesheet" href = "{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" >
< script src = "{{ '/assets/js/scale.fix.js' | relative_url }}" > < / script >
< meta name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no" >
<!-- [if lt IE 9]>
< script src = "//html5shiv.googlecode.com/svn/trunk/html5.js" > < / script >
<![endif]-->
< / head >
< body >
< div class = "wrapper" >
< header { % unless site . description or site . github . project_tagline % } class = "without-description" { % endunless % } >
< h1 > {{ site.title | default: site.github.repository_name }}< / h1 >
{% if site.description or site.github.project_tagline %}
< p > {{ site.description | default: site.github.project_tagline }}< / p >
{% endif %}
2019-03-17 18:37:19 -04:00
< p class = "view" > < a href = "https://github.com/infominer33/DIDecentralized/tree/master/{{page.path}}" > View the Project on GitHub < small > {{ github_name }}< / small > < / a > < / p >
2019-03-16 16:25:32 -04:00
< ul >
2019-03-17 18:37:19 -04:00
< li > < a href = "https://github.com/infominer33/DIDecentralized/tree/master/{{page.path}}" > View On < strong > GitHub< / strong > < / a > < / li >
2019-03-16 16:25:32 -04:00
< / ul >
< / header >
< section >
{{ content }}
< / section >
< / div >
< footer >
2019-03-18 19:49:46 -04:00
< p > Maintained by < a href = "https://github.com/infominer33" > ⧉ Infominer< / a > —
Creative Commons < a href = "https://creativecommons.org/publicdomain/zero/1.0/" > (CC0 1.0)< / a >
Public Domain — < a href = "https://github.com/infominer33/infominer33.github.io/blob/master/{{page.path}}" > Edit this page< / a > .< / p >
2019-03-16 16:25:32 -04:00
< / footer >
<!-- [if !IE]><script>fixScale(document);</script><![endif] -->
2019-03-18 15:47:25 -04:00
< / footer >
< / div >
2019-03-17 21:13:14 -04:00
2019-03-16 18:38:43 -04:00
< / body >
2019-03-16 16:25:32 -04:00
< / html >