pas grand choses

This commit is contained in:
Rochas
2024-12-20 14:23:54 +01:00
parent 617ee582dc
commit 7774db2254
2 changed files with 8 additions and 9 deletions

View File

@@ -8,16 +8,16 @@ th,td{border: 1px solid rgb(160 160 160);padding: 8px 10px;}</style>
</head>
<body>
<table>
<tr>
<th>Engine</th>
<th>EG210</th>
<th>25000 €</th>
</tr>
<tr>
<th>Interior</th>
<th>IS</th>
<th>2500 €</th>
</tr>
<tr>
<th>Transmission</th>
<th>TSF7</th>
<th>15000 €</th>
</tr>
<tr>
<th>Exterior</th>
<th>XS</th>
@@ -25,9 +25,9 @@ th,td{border: 1px solid rgb(160 160 160);padding: 8px 10px;}</style>
<th>color : red</th>
</tr>
<tr>
<th>Engine</th>
<th>EG210</th>
<th>25000 €</th>
<th>Transmission</th>
<th>TSF7</th>
<th>15000 €</th>
</tr>
<tr>
<th colspan="2">Total Price : </th>

View File

@@ -8,7 +8,6 @@ import src.fr.api.Part;
import java.util.HashSet;
import java.util.Optional;
import java.util.Properties;
import java.util.Set;
public class ConfigurationImpl implements Configuration {