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>
<html lang="fr">
<head>
<meta charset="UTF-8">
<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>
<style>
table, th, td {
border:1px solid black;
}
</style>
<body>
<h2>Summary</h2>
<div class="container">
<h1 class="title pt-6">Summary</h1>
<table style="width:70%">
<tr>
<div class="container">
<table class="table is-striped is-bordered is-fullwidth">
<tr class="is-link">
<th>HARDWARE</th>
<th> </th>
</tr>
@ -89,10 +91,12 @@ table, th, td {
<td>Ram slots number</td>
<td>{{ordi.ram_slots_nb}}</td>
</tr>
</table>
</table>
</div>
<table style="width:70%">
<tr>
<div class="container my-6">
<table class="table is-striped is-bordered is-fullwidth">
<tr class="is-link">
<th>SOFTWARE</th>
<th> </th>
</tr>
@ -120,5 +124,7 @@ table, th, td {
<td>Mac adresse</td>
<td>{{ordi.mac_adresse}}</td>
</tr>
</table>
</table>
</div>
</div>
</body>