mirror of
				https://github.com/StefBuwalda/ProjectIOT.git
				synced 2025-10-30 11:19:57 +00:00 
			
		
		
		
	dashboard + base html created
This commit is contained in:
		| @@ -44,7 +44,7 @@ | ||||
| <body> | ||||
|     <div class="split-background"> | ||||
|     <div class="container-fluid text-center"> | ||||
|         <img src="../static/images/logo-light.png" alt="Logo" class="logo" class="img-fluid mt-5"> | ||||
|         <img src="{{ url_for('static', filename='images/logo-light.png') }}" alt="Logo" class="logo img-fluid mt-5"> | ||||
|             </div> | ||||
|                 </div> | ||||
|                     <div class="container d-flex justify-content-center align-items-center" style="min-height: 100vh;"> | ||||
| @@ -64,7 +64,7 @@ | ||||
|                             </div> | ||||
|                         </div> | ||||
|                         <div class="car-image-container"> | ||||
|                         <img src="../static/images/car.png" alt="Moving Image" class="animate"> | ||||
|                         <img src="{{ url_for('static', filename='images/car.png') }}" alt="Moving Image" class="animate"> | ||||
|                         </div> | ||||
|                     <footer class="py-3 bg-dark text-white fixed-bottom""> | ||||
|                 <div class="container text-center"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Anh-Thy04
					Anh-Thy04