162 lines
4.5 KiB
HTML
162 lines
4.5 KiB
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
<link rel="stylesheet" href="https://www.gammvert.fr/css/common.css" />
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<link rel="stylesheet" href="./index.css" />
|
|
<title>slotty</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<div class="main">
|
|
<p>
|
|
Remember: warmed squid tastes best when drained in a grinder marinateed
|
|
with brine. Lime soup is just not the same without curry and large muddy
|
|
strawberries. Onion can be soaked with crusted leek, also try blending
|
|
the paste with whipped cream.
|
|
</p>
|
|
<div class="top-wrapper">
|
|
<p>Avant tbl1</p>
|
|
<table id="tbl1">
|
|
<caption>
|
|
La première table des fleurs
|
|
</caption>
|
|
<colgroup>
|
|
<col align="right" />
|
|
<col align="left" span="2" />
|
|
</colgroup>
|
|
<tfoot>
|
|
<td colspan="3">Totaux</td>
|
|
</tfoot>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Colonne 1</th>
|
|
<th scope="col">Colonne 2</th>
|
|
<th scope="col">Colonne 3</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<th colspan="3">
|
|
<a href="#1">Section 1</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 1.1.1</th>
|
|
<td>Cellule 1.1.2</td>
|
|
<td>Cellule 1.1.3</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 1.2.1</th>
|
|
<td>Cellule 1.2.2</td>
|
|
<td>Cellule 1.2.3</td>
|
|
</tr>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="3">
|
|
<a href="#2">Section 2</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 2.1.1</th>
|
|
<td>Cellule 2.1.2</td>
|
|
<td>Cellule 2.1.3</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 2.2.1</th>
|
|
<td>Cellule 2.2.2</td>
|
|
<td>Cellule 2.2.3</td>
|
|
</tr>
|
|
</tbody>
|
|
<tr>
|
|
<th colspan="3">Section 3</th>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 3.1.1</th>
|
|
<td>Cellule 3.1.2</td>
|
|
<td>Cellule 3.1.3</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 3.2.1</th>
|
|
<td>Cellule 3.2.2</td>
|
|
<td>Cellule 3.2.3</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>Vae, visus! Potus hic ducunt ad peritus idoleum.</p>
|
|
</div>
|
|
<p>Liberi de clemens gluten, attrahendam amor!</p>
|
|
<table id="tbl2">
|
|
<caption>
|
|
La seconde table des fleurs
|
|
</caption>
|
|
<colgroup>
|
|
<col align="right" />
|
|
<col align="left" span="2" />
|
|
</colgroup>
|
|
<tfoot>
|
|
<td colspan="3">Totaux</td>
|
|
</tfoot>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Colonne 1</th>
|
|
<th scope="col">Colonne 2</th>
|
|
<th scope="col">Colonne 3</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<th colspan="3">
|
|
<a href="#1">Section 1</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 1.1.1</th>
|
|
<td>Cellule 1.1.2</td>
|
|
<td>Cellule 1.1.3</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 1.2.1</th>
|
|
<td>Cellule 1.2.2</td>
|
|
<td>Cellule 1.2.3</td>
|
|
</tr>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="3">
|
|
<a href="#2">Section 2</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 2.1.1</th>
|
|
<td>Cellule 2.1.2</td>
|
|
<td>Cellule 2.1.3</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 2.2.1</th>
|
|
<td>Cellule 2.2.2</td>
|
|
<td>Cellule 2.2.3</td>
|
|
</tr>
|
|
</tbody>
|
|
<tr>
|
|
<th colspan="3">Section 3</th>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 3.1.1</th>
|
|
<td>Cellule 3.1.2</td>
|
|
<td>Cellule 3.1.3</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Cellule 3.2.1</th>
|
|
<td>Cellule 3.2.2</td>
|
|
<td>Cellule 3.2.3</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
Cur index resistere? Heu. Humani generiss trabem! Sunt medicinaes
|
|
experientia talis, fortis valebates. Ecce, solitudo! Pol. Tabess
|
|
crescere in fatalis hortus!
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|