13 lines
124 B
PHP
13 lines
124 B
PHP
<!DOCTYPE html>
|
|
<html lang="no">
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<?php
|
|
include("get_table.php")
|
|
?>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|