Added simple table
This commit is contained in:
17
standalone/tables-1/t10.html
Normal file
17
standalone/tables-1/t10.html
Normal 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>
|
||||
Reference in New Issue
Block a user