Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update grid
Browse files Browse the repository at this point in the history
Carlos Viteri committed Oct 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 24fa551 commit 1ffe8c3
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
@@ -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
@@ -110245,4 +110245,4 @@ <h2 class="text-lg font-bold">Contrast Grid</h2>
</table>
</div>
</body>
</html>
</html>

0 comments on commit 1ffe8c3

Please sign in to comment.