Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<style type="text/css">
<!--
table
{
padding: 0;
margin: 0;
border: none;
border-right: solid 0.2mm black;
}
td
{
padding: 0;
margin: 0;
border: none;
}
img
{
width: 10mm;
}
-->
</style>
<page>
<table cellpadding="0" cellspacing="0">
<tr>
<?php
for ($k=0; $k<28;$k++) {
echo '<td><img src="./res/measure.png" alt="" ><br>'.$k.'</td>';
}
?>
</tr>
</table>
</page>