Added simple table

This commit is contained in:
2025-09-12 03:13:52 +02:00
parent 92e67be36b
commit e664440360
5 changed files with 319 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!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>