mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-11-03 14:21:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.3 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, maximum-scale=1">
 | 
						|
    <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
 | 
						|
    <link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css">
 | 
						|
 | 
						|
    <!--[if lt IE 9]>
 | 
						|
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
 | 
						|
    <![endif]-->
 | 
						|
 | 
						|
{% seo %}
 | 
						|
 | 
						|
    {% include head-custom.html %}
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body>
 | 
						|
    <header>
 | 
						|
      <div class="inner">
 | 
						|
        <a href="{{ '/' | absolute_url }}">
 | 
						|
          <h1>{{ site.title | default: site.github.repository_name }}</h1>
 | 
						|
        </a>
 | 
						|
        <h2>{{ site.description | default: site.github.project_tagline }}</h2>
 | 
						|
          <a href="{{ site.github.owner_url }}" class="button"><small>Follow me on</small> GitHub</a>
 | 
						|
      </div>
 | 
						|
    </header>
 | 
						|
 | 
						|
    <div id="content-wrapper">
 | 
						|
      <div class="inner clearfix">
 | 
						|
        <section id="main-content">
 | 
						|
          {{ content }}
 | 
						|
        </section>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
<footer>
 | 
						|
      © Alexander B.
 | 
						|
    </footer>
 | 
						|
  </body>
 | 
						|
</html>
 |