A lot of work-in-progress and far from complete. Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure.... more coming soon
		
			
				
	
	
		
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| <!-- Main container -->
 | |
| {% block content %}
 | |
| 
 | |
| <!-- Wrap everything in a container-->
 | |
| <div class="container">
 | |
| 
 | |
| <!-- heading -->
 | |
| <h3>Raspberry Pi Wifi setup (coming soon)</h3>
 | |
| 
 | |
| </div>
 | |
| {% endblock %} |