mirror of
				https://github.com/Instadapp/chains.git
				synced 2024-07-29 22:37:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			658 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			658 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
 | 
						|
  {% if page.description %}
 | 
						|
  <meta name="Description" content="{{ page.description }}">
 | 
						|
  {% endif %}
 | 
						|
 | 
						|
  <title>{{ page.title }} - {{ site.title }}</title>
 | 
						|
  <link rel="stylesheet" href="{{ "/assets/css/just-the-docs.css" | absolute_url }}">
 | 
						|
  {% if site.search_enabled %}
 | 
						|
  <script type="text/javascript" src="{{ "/assets/js/vendor/lunr.min.js" | absolute_url }}"></script>
 | 
						|
  {% endif %}
 | 
						|
  <script type="text/javascript" src="{{ "/assets/js/just-the-docs.js" | absolute_url }}"></script>
 | 
						|
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
</head>
 |