tlojs
Version:
The Last One - The last npm package you'll need to install
14 lines • 377 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../src/table/html/table.scss">
</head>
<body>
<table id="data"></table>
<script src="./index.ts"></script>
</body>
</html>