35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						||
<html class="no-js">
 | 
						||
    <head>
 | 
						||
        <meta charset="utf-8">
 | 
						||
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 | 
						||
        <title>{{_('txt Reader')}} | {{title}}</title>
 | 
						||
        <meta name="description" content="">
 | 
						||
        <meta name="viewport" content="width=device-width, user-scalable=no">
 | 
						||
        <meta name="apple-mobile-web-app-capable" content="yes">
 | 
						||
        {% if g.google_site_verification|length > 0 %}
 | 
						||
          <meta name="google-site-verification" content="{{g.google_site_verification}}">
 | 
						||
        {% endif %}  
 | 
						||
 | 
						||
        <link rel="apple-touch-icon" sizes="140x140" href="{{ url_for('static', filename='favicon.ico') }}">
 | 
						||
        <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
 | 
						||
 | 
						||
        <link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}" type="text/css"/>
 | 
						||
        <link rel="stylesheet" href="{{ url_for('static', filename='css/text.css') }}" type="text/css"/>
 | 
						||
 | 
						||
        <script src="{{ url_for('static', filename='js/libs/jquery.min.js') }}"></script>
 | 
						||
        <script src="{{ url_for('static', filename='js/libs/plugins.js') }}"></script>
 | 
						||
        <script>
 |