33 lines
969 B
HTML
33 lines
969 B
HTML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>StatoolInfos</title>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="keywords" content="statoolinfos,devinsy,federation" />
|
||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||
|
<link rel="stylesheet" type="text/css" href="statoolinfos.css" />
|
||
|
<script src="sorttable.js" />
|
||
|
<script src="Chart.bundle.min.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="row center_table" style="width: 1100px;">
|
||
|
<div class="center">
|
||
|
<h2 id="statsTitle">n/a</h2>
|
||
|
</div>
|
||
|
<br/>
|
||
|
<div style="width: 100%;">
|
||
|
<table class="table_simple">
|
||
|
<tbody>
|
||
|
<tr id="line">
|
||
|
<td id="lineIndex" style="width: 30px; text-align: right;">000</td>
|
||
|
<td id="lineContent" style="padding-left: 10px;">n/a</td>
|
||
|
<td id="lineComment" style="width: 200px; padding-left: 10px;">n/a</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|