Add WSGI components and README
This commit is contained in:
		
							parent
							
								
									c570200b2f
								
							
						
					
					
						commit
						9d424a8959
					
				
					 8 changed files with 60 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -9,6 +9,7 @@ A copy of the MIT license can be obtained at https://mit-license.org/
 | 
			
		|||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <title>{{ config.site_name }}</title>
 | 
			
		||||
    <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
 | 
			
		||||
    <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css">
 | 
			
		||||
    <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">  
 | 
			
		||||
    <link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue