17 lines
220 B
HTML
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> |