Skip to content

Commit

Permalink
Update grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Viteri committed Oct 14, 2024
1 parent 24fa551 commit e9726da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grid.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ const template = `<!DOCTYPE html>
</table>
</div>
</body>
</html>`
</html>
`

fs.mkdirpSync('./grid')
fs.writeFileSync(file, template)
2 changes: 1 addition & 1 deletion grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110245,4 +110245,4 @@ <h2 class="text-lg font-bold">Contrast Grid</h2>
</table>
</div>
</body>
</html>
</html>

0 comments on commit e9726da

Please sign in to comment.