Skip to content

Commit

Permalink
demo page udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
ekateriinal committed Jun 20, 2024
1 parent cc89e77 commit 41cfe94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Table Demo</title>
<script type="module" src="./table/index.js"></script>
<script type="module" src="./table/table-cell/table-cell.js"></script>
<script type="module" src="./table/table-row/table-row.js"></script>
<script type="module" src="./table/table/table.js"></script>
</head>
<body>
<a href="/dev/index.html">Component Demo</a>
Expand Down

0 comments on commit 41cfe94

Please sign in to comment.