File indexing completed on 2024-04-21 05:40:20

0001 <!DOCTYPE html>
0002 <html lang="{{ site.lang | default: "en-US" }}">
0003   <head>
0004     <meta charset="UTF-8">
0005     <meta http-equiv="X-UA-Compatible" content="IE=edge">
0006     <meta name="viewport" content="width=device-width, initial-scale=1">
0007 
0008 {% seo %}
0009     <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
0010     <!--[if lt IE 9]>
0011     <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
0012     <![endif]-->
0013   </head>
0014   <body>
0015     <div class="wrapper">
0016       <header>       
0017         {% if site.logo %}
0018           <a href="{{ "/" | absolute_url }}"><img src="{{site.logo | relative_url}}" alt="Logo" style="margin-bottom: 2em" /></a>
0019         {% endif %}
0020 
0021         <p>{{ site.description | default: site.github.project_tagline }}</p>
0022 
0023         <p class="view"><a href="https://michpolicht.github.io/CuteHMI_Doxygen/docs/">View documentation <small>Doxygen</small></a></p>
0024 
0025         {% if site.github.is_project_page %}
0026         <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
0027         {% endif %}
0028        
0029         {% if site.github.is_user_page %}
0030         <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
0031         {% endif %}
0032 
0033         {% if site.show_downloads %}
0034         <ul class="downloads">
0035           <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
0036           <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
0037           <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
0038         </ul>
0039         {% endif %}
0040       </header>
0041       <section>
0042 
0043       {{ content }}
0044 
0045       </section>
0046       <footer>
0047         {% if site.github.is_project_page %}
0048         <p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
0049         {% endif %}
0050         <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
0051       </footer>
0052     </div>
0053     <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
0054     {% if site.google_analytics %}
0055     <script>
0056       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
0057       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
0058       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
0059       })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
0060       ga('create', '{{ site.google_analytics }}', 'auto');
0061       ga('send', 'pageview');
0062     </script>
0063     {% endif %}
0064   </body>
0065 </html>