Files
2025-09-12 03:13:52 +02:00

17 lines
220 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>t10</title>
<link rel="stylesheet" href="common.css">
<script type="module">
import { test_table } from './t10.mjs';
test_table();
</script>
</head>
<body>
</body>
</html>