dashboard + base html created

This commit is contained in:
Anh-Thy04
2025-05-06 18:01:21 +02:00
parent 7717ac3b7a
commit 7f8dec3cb3
6 changed files with 81 additions and 20 deletions

View File

@@ -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">