initial import
This commit is contained in:
		
							
								
								
									
										22
									
								
								templates/base.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								templates/base.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,22 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||||
|     <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||||
|     <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||||
|     {% block head %}<title>Rechentrainer</title>{% endblock %} | ||||
| </head> | ||||
| <body> | ||||
| <header class="w3-container w3-blue-grey"> | ||||
|     {% block header %}<h1><a class="w3-button" href="/"><i class="material-icons w3-xxlarge">home</i></a>Rechentrainer</h1>{% endblock %} | ||||
| </header> | ||||
| <div class="w3-container" style="margin-bottom: 1.5em;"> | ||||
|     {% block content %}{% endblock %} | ||||
| </div> | ||||
| <footer class="w3-container w3-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: 1.5em"> | ||||
|     {% block footer %}<span>(c) br0tkasten.de</span>{% endblock %} | ||||
| </footer> | ||||
| </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user