update html

This commit is contained in:
Tenzing Kandang 2026-01-22 10:08:49 +01:00
parent 9070b03421
commit 8341b1a05c

View File

@ -1,23 +1,25 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css">
<title>Summary ordi1</title>
</head> </head>
<style> <style>
table, th, td {
border:1px solid black;
}
</style> </style>
<body> <body>
<h2>Summary</h2> <div class="container">
<h1 class="title pt-6">Summary</h1>
<table style="width:70%"> <div class="container">
<tr>
<table class="table is-striped is-bordered is-fullwidth">
<tr class="is-link">
<th>HARDWARE</th> <th>HARDWARE</th>
<th> </th> <th> </th>
</tr> </tr>
@ -89,10 +91,12 @@ table, th, td {
<td>Ram slots number</td> <td>Ram slots number</td>
<td>{{ordi.ram_slots_nb}}</td> <td>{{ordi.ram_slots_nb}}</td>
</tr> </tr>
</table> </table>
</div>
<table style="width:70%"> <div class="container my-6">
<tr> <table class="table is-striped is-bordered is-fullwidth">
<tr class="is-link">
<th>SOFTWARE</th> <th>SOFTWARE</th>
<th> </th> <th> </th>
</tr> </tr>
@ -120,5 +124,7 @@ table, th, td {
<td>Mac adresse</td> <td>Mac adresse</td>
<td>{{ordi.mac_adresse}}</td> <td>{{ordi.mac_adresse}}</td>
</tr> </tr>
</table> </table>
</div>
</div>
</body> </body>