update html
This commit is contained in:
parent
9070b03421
commit
8341b1a05c
@ -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>
|
||||
@ -90,9 +92,11 @@ table, th, td {
|
||||
<td>{{ordi.ram_slots_nb}}</td>
|
||||
</tr>
|
||||
</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>
|
||||
@ -121,4 +125,6 @@ table, th, td {
|
||||
<td>{{ordi.mac_adresse}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
Loading…
x
Reference in New Issue
Block a user