yaghi27 commited on
Commit
3633323
·
verified ·
1 Parent(s): 516fadb

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +2 -2
static/index.html CHANGED
@@ -11,7 +11,7 @@
11
  display: flex;
12
  justify-content: center;
13
  align-items: center;
14
- background: #f8f9fa url('static/bg.jpeg') center / cover no-repeat fixed;
15
  }
16
  .form-wrapper {
17
  width: 350px;
@@ -61,7 +61,7 @@
61
 
62
  <!-- Car + drop zones -->
63
  <div class="car-area">
64
- <img src="static/car.png" alt="Top-down car" class="car-bg">
65
  <div class="drop-zone cam-front" data-index="0">CAM_FRONT</div>
66
  <div class="drop-zone cam-front-left" data-index="1">CAM_FRONT_LEFT</div>
67
  <div class="drop-zone cam-front-right" data-index="2">CAM_FRONT_RIGHT</div>
 
11
  display: flex;
12
  justify-content: center;
13
  align-items: center;
14
+ background: #f8f9fa url('static/media/bg.jpeg') center / cover no-repeat fixed;
15
  }
16
  .form-wrapper {
17
  width: 350px;
 
61
 
62
  <!-- Car + drop zones -->
63
  <div class="car-area">
64
+ <img src="static/media/car.png" alt="Top-down car" class="car-bg">
65
  <div class="drop-zone cam-front" data-index="0">CAM_FRONT</div>
66
  <div class="drop-zone cam-front-left" data-index="1">CAM_FRONT_LEFT</div>
67
  <div class="drop-zone cam-front-right" data-index="2">CAM_FRONT_RIGHT</div>