This commit is contained in:
2018-09-25 11:31:47 -04:00
commit f160b0ae12
2 changed files with 37 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<table id="container"></table>
<script src="index.js"></script>
</body>
</html>