New function : shortenLink

This commit is contained in:
Divlo
2019-12-11 20:46:57 +01:00
parent 3e3f13d079
commit d07f03724b
16 changed files with 298 additions and 25 deletions

View File

@ -14,16 +14,16 @@
</p>
<table class="table table-bordered mt-5">
<thead>
<tr>
<th class="text-center" scope="col">Source</th>
<th class="text-center" scope="col">Citation/Proverbe</th>
</tr>
</thead>
<tbody class="quote-list text-center">
<thead>
<tr>
<th class="text-center" scope="col">Source</th>
<th class="text-center" scope="col">Citation/Proverbe</th>
</tr>
</thead>
<tbody class="quote-list text-center">
</tbody>
</table>
</tbody>
</table>
<!-- Footer -->
<?php include("../incl/footer.php");?>